X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fohci-spear.c;h=b4cd9e6c72fd0360e1d6acc7b8845a08fbce97b2;hb=07281a257a6868b900da5de1eda808c9e20253f1;hp=5cc05449281c88cd0527436c926e47716bc3363c;hpb=deb0df1a994db40c179aebedeebb21bba0e22fa0;p=linux-2.6-microblaze.git diff --git a/drivers/usb/host/ohci-spear.c b/drivers/usb/host/ohci-spear.c index 5cc05449281c..b4cd9e6c72fd 100644 --- a/drivers/usb/host/ohci-spear.c +++ b/drivers/usb/host/ohci-spear.c @@ -84,7 +84,7 @@ static int spear_ohci_hcd_drv_probe(struct platform_device *pdev) clk_prepare_enable(sohci_p->clk); - retval = usb_add_hcd(hcd, platform_get_irq(pdev, 0), 0); + retval = usb_add_hcd(hcd, irq, 0); if (retval == 0) { device_wakeup_enable(hcd->self.controller); return retval;