diff options
Diffstat (limited to 'arch/sh/drivers/pci/pcie-sh7786.c')
-rw-r--r-- | arch/sh/drivers/pci/pcie-sh7786.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/drivers/pci/pcie-sh7786.c b/arch/sh/drivers/pci/pcie-sh7786.c index ac37ee879bab..feac1fef21eb 100644 --- a/arch/sh/drivers/pci/pcie-sh7786.c +++ b/arch/sh/drivers/pci/pcie-sh7786.c | |||
@@ -296,9 +296,7 @@ static int __devinit sh7786_pcie_init_hw(struct sh7786_pcie_port *port) | |||
296 | if (unlikely(ret < 0)) | 296 | if (unlikely(ret < 0)) |
297 | return ret; | 297 | return ret; |
298 | 298 | ||
299 | register_pci_controller(port->hose); | 299 | return register_pci_controller(port->hose); |
300 | |||
301 | return 0; | ||
302 | } | 300 | } |
303 | 301 | ||
304 | static struct sh7786_pcie_hwops sh7786_65nm_pcie_hwops __initdata = { | 302 | static struct sh7786_pcie_hwops sh7786_65nm_pcie_hwops __initdata = { |