diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_core.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c index 939bd1d4b5b1..7d72c5e2eba9 100644 --- a/drivers/pci/hotplug/pciehp_core.c +++ b/drivers/pci/hotplug/pciehp_core.c | |||
@@ -293,7 +293,6 @@ static void pciehp_remove(struct pcie_device *dev) | |||
293 | #ifdef CONFIG_PM | 293 | #ifdef CONFIG_PM |
294 | static int pciehp_suspend (struct pcie_device *dev) | 294 | static int pciehp_suspend (struct pcie_device *dev) |
295 | { | 295 | { |
296 | dev_info(&dev->device, "%s ENTRY\n", __func__); | ||
297 | return 0; | 296 | return 0; |
298 | } | 297 | } |
299 | 298 | ||
@@ -303,7 +302,6 @@ static int pciehp_resume (struct pcie_device *dev) | |||
303 | struct slot *slot; | 302 | struct slot *slot; |
304 | u8 status; | 303 | u8 status; |
305 | 304 | ||
306 | dev_info(&dev->device, "%s ENTRY\n", __func__); | ||
307 | ctrl = get_service_data(dev); | 305 | ctrl = get_service_data(dev); |
308 | 306 | ||
309 | /* reinitialize the chipset's event detection logic */ | 307 | /* reinitialize the chipset's event detection logic */ |