diff options
| author | 2014-02-11 15:26:29 -0700 | |
|---|---|---|
| committer | 2014-02-19 15:05:25 -0700 | |
| commit | 9cad7f582055513fe13a93fee3ddb213656a6a5d (patch) | |
| tree | bd9ca913968b64ac984c1dc4a462baa6fce9f82a /drivers/pci/hotplug/pciehp_core.c | |
| parent | PCI: pciehp: Remove a non-existent card, regardless of "surprise" capability (diff) | |
| download | linux-dev-9cad7f582055513fe13a93fee3ddb213656a6a5d.tar.xz linux-dev-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.c | 1 |
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; |
