summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/Kconfig2
-rw-r--r--drivers/pci/controller/pcie-mediatek.c2
-rw-r--r--drivers/pci/hotplug/cpci_hotplug_core.c1
-rw-r--r--drivers/pci/hotplug/cpqphp_core.c1
-rw-r--r--drivers/pci/hotplug/cpqphp_ctrl.c4
-rw-r--r--drivers/pci/hotplug/cpqphp_nvram.h5
-rw-r--r--drivers/pci/hotplug/rpadlpar_core.c1
-rw-r--r--drivers/pci/hotplug/rpaphp_core.c1
-rw-r--r--drivers/pci/of.c2
-rw-r--r--drivers/pci/vc.c1
10 files changed, 3 insertions, 17 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 232042722261..a5017b66bd9d 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -170,7 +170,7 @@ config PCI_P2PDMA
170 170
171 Many PCIe root complexes do not support P2P transactions and 171 Many PCIe root complexes do not support P2P transactions and
172 it's hard to tell which support it at all, so at this time, 172 it's hard to tell which support it at all, so at this time,
173 P2P DMA transations must be between devices behind the same root 173 P2P DMA transactions must be between devices behind the same root
174 port. 174 port.
175 175
176 If unsure, say N. 176 If unsure, say N.
diff --git a/drivers/pci/controller/pcie-mediatek.c b/drivers/pci/controller/pcie-mediatek.c
index 3eaa7081ab2a..626a7c352dfd 100644
--- a/drivers/pci/controller/pcie-mediatek.c
+++ b/drivers/pci/controller/pcie-mediatek.c
@@ -635,8 +635,6 @@ static void mtk_pcie_intr_handler(struct irq_desc *desc)
635 } 635 }
636 636
637 chained_irq_exit(irqchip, desc); 637 chained_irq_exit(irqchip, desc);
638
639 return;
640} 638}
641 639
642static int mtk_pcie_setup_irq(struct mtk_pcie_port *port, 640static int mtk_pcie_setup_irq(struct mtk_pcie_port *port,
diff --git a/drivers/pci/hotplug/cpci_hotplug_core.c b/drivers/pci/hotplug/cpci_hotplug_core.c
index 603eadf3d965..d0559d2faf50 100644
--- a/drivers/pci/hotplug/cpci_hotplug_core.c
+++ b/drivers/pci/hotplug/cpci_hotplug_core.c
@@ -563,7 +563,6 @@ cleanup_slots(void)
563 } 563 }
564cleanup_null: 564cleanup_null:
565 up_write(&list_rwsem); 565 up_write(&list_rwsem);
566 return;
567} 566}
568 567
569int 568int
diff --git a/drivers/pci/hotplug/cpqphp_core.c b/drivers/pci/hotplug/cpqphp_core.c
index 16bbb183695a..b8aacb41a83c 100644
--- a/drivers/pci/hotplug/cpqphp_core.c
+++ b/drivers/pci/hotplug/cpqphp_core.c
@@ -173,7 +173,6 @@ static void pci_print_IRQ_route(void)
173 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); 173 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot);
174 174
175 } 175 }
176 return;
177} 176}
178 177
179 178
diff --git a/drivers/pci/hotplug/cpqphp_ctrl.c b/drivers/pci/hotplug/cpqphp_ctrl.c
index b7f4e1f099d9..68de958a9be8 100644
--- a/drivers/pci/hotplug/cpqphp_ctrl.c
+++ b/drivers/pci/hotplug/cpqphp_ctrl.c
@@ -1872,8 +1872,6 @@ static void interrupt_event_handler(struct controller *ctrl)
1872 } 1872 }
1873 } /* End of FOR loop */ 1873 } /* End of FOR loop */
1874 } 1874 }
1875
1876 return;
1877} 1875}
1878 1876
1879 1877
@@ -1943,8 +1941,6 @@ void cpqhp_pushbutton_thread(struct timer_list *t)
1943 1941
1944 p_slot->state = STATIC_STATE; 1942 p_slot->state = STATIC_STATE;
1945 } 1943 }
1946
1947 return;
1948} 1944}
1949 1945
1950 1946
diff --git a/drivers/pci/hotplug/cpqphp_nvram.h b/drivers/pci/hotplug/cpqphp_nvram.h
index 918ff8dbfe62..70e879b6a23f 100644
--- a/drivers/pci/hotplug/cpqphp_nvram.h
+++ b/drivers/pci/hotplug/cpqphp_nvram.h
@@ -16,10 +16,7 @@
16 16
17#ifndef CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM 17#ifndef CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM
18 18
19static inline void compaq_nvram_init(void __iomem *rom_start) 19static inline void compaq_nvram_init(void __iomem *rom_start) { }
20{
21 return;
22}
23 20
24static inline int compaq_nvram_load(void __iomem *rom_start, struct controller *ctrl) 21static inline int compaq_nvram_load(void __iomem *rom_start, struct controller *ctrl)
25{ 22{
diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c
index 182f9e3443ee..977946e4e613 100644
--- a/drivers/pci/hotplug/rpadlpar_core.c
+++ b/drivers/pci/hotplug/rpadlpar_core.c
@@ -473,7 +473,6 @@ int __init rpadlpar_io_init(void)
473void rpadlpar_io_exit(void) 473void rpadlpar_io_exit(void)
474{ 474{
475 dlpar_sysfs_exit(); 475 dlpar_sysfs_exit();
476 return;
477} 476}
478 477
479module_init(rpadlpar_io_init); 478module_init(rpadlpar_io_init);
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)
412 pci_hp_deregister(&slot->hotplug_slot); 412 pci_hp_deregister(&slot->hotplug_slot);
413 dealloc_slot_struct(slot); 413 dealloc_slot_struct(slot);
414 } 414 }
415 return;
416} 415}
417 416
418static int __init rpaphp_init(void) 417static int __init rpaphp_init(void)
diff --git a/drivers/pci/of.c b/drivers/pci/of.c
index bc7b27a28795..36891e7deee3 100644
--- a/drivers/pci/of.c
+++ b/drivers/pci/of.c
@@ -353,7 +353,7 @@ EXPORT_SYMBOL_GPL(devm_of_pci_get_host_bridge_resources);
353/** 353/**
354 * of_irq_parse_pci - Resolve the interrupt for a PCI device 354 * of_irq_parse_pci - Resolve the interrupt for a PCI device
355 * @pdev: the device whose interrupt is to be resolved 355 * @pdev: the device whose interrupt is to be resolved
356 * @out_irq: structure of_irq filled by this function 356 * @out_irq: structure of_phandle_args filled by this function
357 * 357 *
358 * This function resolves the PCI interrupt for a given PCI device. If a 358 * This function resolves the PCI interrupt for a given PCI device. If a
359 * device-node exists for a given pci_dev, it will use normal OF tree 359 * device-node exists for a given pci_dev, it will use normal OF tree
diff --git a/drivers/pci/vc.c b/drivers/pci/vc.c
index 9ae9fb9339e8..5486f8768c86 100644
--- a/drivers/pci/vc.c
+++ b/drivers/pci/vc.c
@@ -411,7 +411,6 @@ void pci_restore_vc_state(struct pci_dev *dev)
411 * For each type of VC capability, VC/VC9/MFVC, find the capability, size 411 * For each type of VC capability, VC/VC9/MFVC, find the capability, size
412 * it, and allocate a buffer for save/restore. 412 * it, and allocate a buffer for save/restore.
413 */ 413 */
414
415void pci_allocate_vc_save_buffers(struct pci_dev *dev) 414void pci_allocate_vc_save_buffers(struct pci_dev *dev)
416{ 415{
417 int i; 416 int i;