diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_ctrl.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_ctrl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/pciehp_ctrl.c b/drivers/pci/hotplug/pciehp_ctrl.c index c206a3d63b63..372c63e35aa9 100644 --- a/drivers/pci/hotplug/pciehp_ctrl.c +++ b/drivers/pci/hotplug/pciehp_ctrl.c | |||
@@ -797,8 +797,7 @@ int pciehp_enable_slot(struct slot *p_slot) | |||
797 | p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); | 797 | p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); |
798 | } | 798 | } |
799 | 799 | ||
800 | if (p_slot) | 800 | update_slot_info(p_slot); |
801 | update_slot_info(p_slot); | ||
802 | 801 | ||
803 | mutex_unlock(&p_slot->ctrl->crit_sect); | 802 | mutex_unlock(&p_slot->ctrl->crit_sect); |
804 | return rc; | 803 | return rc; |