diff options
author | Keith Busch <keith.busch@intel.com> | 2016-08-03 19:29:45 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-08-22 12:57:41 -0400 |
commit | 8b7c8b46f111ae56df4fd196fcb0fd2495f3b966 (patch) | |
tree | 1c8a56c412c79043a5d254fdbf387f0bdb066200 | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
PCI: pciehp: Clear attention LED on device add
Clear the LED attention status after a successful device add. It is
possible the attention LED was on from a previous power fault or link
failure, and a subsequent successful device insert insertion should clear
it.
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/hotplug/pciehp_ctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/pciehp_ctrl.c b/drivers/pci/hotplug/pciehp_ctrl.c index 880978b6d534..7ea3e61ea745 100644 --- a/drivers/pci/hotplug/pciehp_ctrl.c +++ b/drivers/pci/hotplug/pciehp_ctrl.c | |||
@@ -120,6 +120,7 @@ static int board_added(struct slot *p_slot) | |||
120 | } | 120 | } |
121 | 121 | ||
122 | pciehp_green_led_on(p_slot); | 122 | pciehp_green_led_on(p_slot); |
123 | pciehp_set_attention_status(p_slot, 0); | ||
123 | return 0; | 124 | return 0; |
124 | 125 | ||
125 | err_exit: | 126 | err_exit: |