summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_core.c
diff options
context:
space:
mode:
authorBjorn Helgaas2014-02-11 23:26:29 +0100
committerBjorn Helgaas2014-02-19 23:05:25 +0100
commit9cad7f582055513fe13a93fee3ddb213656a6a5d (patch)
treebd9ca913968b64ac984c1dc4a462baa6fce9f82a /drivers/pci/hotplug/pciehp_core.c
parentPCI: pciehp: Remove a non-existent card, regardless of "surprise" capability (diff)
downloadkernel-qcow2-linux-9cad7f582055513fe13a93fee3ddb213656a6a5d.tar.gz
kernel-qcow2-linux-9cad7f582055513fe13a93fee3ddb213656a6a5d.tar.xz
kernel-qcow2-linux-9cad7f582055513fe13a93fee3ddb213656a6a5d.zip
PCI: pciehp: Cleanup whitespace
Minor whitespace cleanup; no functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/pciehp_core.c')
-rw-r--r--drivers/pci/hotplug/pciehp_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
index 23b4bde8aad3..0e0a2fff20a3 100644
--- a/drivers/pci/hotplug/pciehp_core.c
+++ b/drivers/pci/hotplug/pciehp_core.c
@@ -108,6 +108,7 @@ static int init_slot(struct controller *ctrl)
ops = kzalloc(sizeof(*ops), GFP_KERNEL);
if (!ops)
goto out;
+
ops->enable_slot = enable_slot;
ops->disable_slot = disable_slot;
ops->get_power_status = get_power_status;