diff options
Diffstat (limited to 'drivers/usb/host/ohci-ps3.c')
-rw-r--r-- | drivers/usb/host/ohci-ps3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-ps3.c b/drivers/usb/host/ohci-ps3.c index c849f72b508a..d7cf07288b0b 100644 --- a/drivers/usb/host/ohci-ps3.c +++ b/drivers/usb/host/ohci-ps3.c | |||
@@ -99,7 +99,7 @@ static int ps3_ohci_sb_probe(struct ps3_system_bus_device *dev) | |||
99 | dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, | 99 | dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, |
100 | __LINE__, dev->m_region->lpar_addr); | 100 | __LINE__, dev->m_region->lpar_addr); |
101 | 101 | ||
102 | result = ps3_alloc_io_irq(PS3_BINDING_CPU_ANY, dev->interrupt_id, &virq); | 102 | result = ps3_io_irq_setup(PS3_BINDING_CPU_ANY, dev->interrupt_id, &virq); |
103 | 103 | ||
104 | if (result) { | 104 | if (result) { |
105 | dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", | 105 | dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", |
@@ -157,7 +157,7 @@ fail_add_hcd: | |||
157 | fail_ioremap: | 157 | fail_ioremap: |
158 | usb_put_hcd(hcd); | 158 | usb_put_hcd(hcd); |
159 | fail_create_hcd: | 159 | fail_create_hcd: |
160 | ps3_free_io_irq(virq); | 160 | ps3_io_irq_destroy(virq); |
161 | fail_irq: | 161 | fail_irq: |
162 | ps3_free_mmio_region(dev->m_region); | 162 | ps3_free_mmio_region(dev->m_region); |
163 | fail_mmio: | 163 | fail_mmio: |