diff options
| author | 2019-09-23 16:10:31 -0500 | |
|---|---|---|
| committer | 2019-09-23 16:10:31 -0500 | |
| commit | c5048a73b4770304699cb15e3ffcb97acab685f7 (patch) | |
| tree | b6e8a8676251a835fcf1f0f927d0182e6ff63be2 /drivers/pci/hotplug/rpaphp_core.c | |
| parent | Merge branch 'remotes/lorenzo/pci/vmd' (diff) | |
| parent | PCI: Remove unnecessary returns (diff) | |
| download | linux-dev-c5048a73b4770304699cb15e3ffcb97acab685f7.tar.xz linux-dev-c5048a73b4770304699cb15e3ffcb97acab685f7.zip | |
Merge branch 'pci/trivial'
- Fix typos and whitespace errors (Bjorn Helgaas, Krzysztof Wilczynski)
- Remove unnecessary "return" statements (Krzysztof Wilczynski)
- Correct of_irq_parse_pci() function documentation (Lubomir Rintel)
* pci/trivial:
PCI: Remove unnecessary returns
PCI: OF: Correct of_irq_parse_pci() documentation
PCI: Fix typos and whitespace errors
Diffstat (limited to 'drivers/pci/hotplug/rpaphp_core.c')
| -rw-r--r-- | drivers/pci/hotplug/rpaphp_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/rpaphp_core.c b/drivers/pci/hotplug/rpaphp_core.c index bcd5d357ca23..d34a3baf9b3a 100644 --- a/drivers/pci/hotplug/rpaphp_core.c +++ b/drivers/pci/hotplug/rpaphp_core.c @@ -412,7 +412,6 @@ static void __exit cleanup_slots(void) pci_hp_deregister(&slot->hotplug_slot); dealloc_slot_struct(slot); } - return; } static int __init rpaphp_init(void) |
