diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_hpc.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index 8c34e84fc0c7..9ef4605c1ef6 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -901,7 +901,6 @@ static int pcie_init_slot(struct controller *ctrl) | |||
901 | return -ENOMEM; | 901 | return -ENOMEM; |
902 | 902 | ||
903 | slot->ctrl = ctrl; | 903 | slot->ctrl = ctrl; |
904 | slot->number = PSN(ctrl); | ||
905 | mutex_init(&slot->lock); | 904 | mutex_init(&slot->lock); |
906 | INIT_DELAYED_WORK(&slot->work, pciehp_queue_pushbutton_work); | 905 | INIT_DELAYED_WORK(&slot->work, pciehp_queue_pushbutton_work); |
907 | ctrl->slot = slot; | 906 | ctrl->slot = slot; |