From b7bee56aa8890f9140e6172fbe8e9db0dc140bff Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Mon, 19 Sep 2005 08:26:10 -0700 Subject: [PATCH] fix compile error (s/KERN_ERROR/KERN_ERR) in yenta-oops-fix.patch, and update to match Linus' tree (mentions trying 'pci=assign-busses' in error message). --- queue/yenta-oops-fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queue/yenta-oops-fix.patch b/queue/yenta-oops-fix.patch index 07b292c1348..b85c74ba833 100644 --- a/queue/yenta-oops-fix.patch +++ b/queue/yenta-oops-fix.patch @@ -38,8 +38,8 @@ Index: linux-2.6.13.y/drivers/pcmcia/yenta_socket.c + * Bail out if so. + */ + if (!dev->subordinate) { -+ printk(KERN_ERROR "Yenta: no bus associated with %s!\n", -+ pci_name(dev)); ++ printk(KERN_ERR "Yenta: no bus associated with %s! " ++ "(try 'pci=assign-busses')\n", pci_name(dev)); + return -ENODEV; + } + -- 2.47.3