diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2009-09-15 04:33:30 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-09-17 13:06:41 -0400 |
commit | d9fb42a845f8e56d91017462650ba41e854f5552 (patch) | |
tree | 30600b2e6d3cb3319d46e234f83779745d738818 /drivers/pci/hotplug/pciehp_ctrl.c | |
parent | 07a09694de556f307b1c5035cdf0f17c6243d1cd (diff) |
PCI: pciehp: remove error message definitions
Remove (almost) unused error message definitions.
Acked-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/hotplug/pciehp_ctrl.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_ctrl.c b/drivers/pci/hotplug/pciehp_ctrl.c index 81c322de137d..84487d126e4d 100644 --- a/drivers/pci/hotplug/pciehp_ctrl.c +++ b/drivers/pci/hotplug/pciehp_ctrl.c | |||
@@ -231,7 +231,7 @@ static int board_added(struct slot *p_slot) | |||
231 | /* Check for a power fault */ | 231 | /* Check for a power fault */ |
232 | if (pciehp_query_power_fault(p_slot)) { | 232 | if (pciehp_query_power_fault(p_slot)) { |
233 | ctrl_dbg(ctrl, "Power fault detected\n"); | 233 | ctrl_dbg(ctrl, "Power fault detected\n"); |
234 | retval = POWER_FAILURE; | 234 | retval = -EIO; |
235 | goto err_exit; | 235 | goto err_exit; |
236 | } | 236 | } |
237 | 237 | ||