diff options
Diffstat (limited to 'drivers/pci/hotplug/cpci_hotplug_pci.c')
| -rw-r--r-- | drivers/pci/hotplug/cpci_hotplug_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/cpci_hotplug_pci.c b/drivers/pci/hotplug/cpci_hotplug_pci.c index d8add34177f2..d3add9819f63 100644 --- a/drivers/pci/hotplug/cpci_hotplug_pci.c +++ b/drivers/pci/hotplug/cpci_hotplug_pci.c | |||
| @@ -39,7 +39,7 @@ extern int cpci_debug; | |||
| 39 | do { \ | 39 | do { \ |
| 40 | if (cpci_debug) \ | 40 | if (cpci_debug) \ |
| 41 | printk (KERN_DEBUG "%s: " format "\n", \ | 41 | printk (KERN_DEBUG "%s: " format "\n", \ |
| 42 | MY_NAME , ## arg); \ | 42 | MY_NAME , ## arg); \ |
| 43 | } while (0) | 43 | } while (0) |
| 44 | #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) | 44 | #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) |
| 45 | #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) | 45 | #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) |
