usb: core: hcd: make hcd->irq unsigned
[deliverable/linux.git] / drivers / usb / musb / musb_core.c
index b527e9e6dbac7a45fcb572afdedfd298790c3722..0f8b82918a40f8038d5c75567b18e2b62d454829 100644 (file)
@@ -1987,7 +1987,7 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl)
                musb->xceiv->otg->default_a = 1;
                musb->xceiv->state = OTG_STATE_A_IDLE;
 
-               status = usb_add_hcd(musb_to_hcd(musb), -1, 0);
+               status = usb_add_hcd(musb_to_hcd(musb), 0, 0);
 
                hcd->self.uses_pio_for_control = 1;
                dev_dbg(musb->controller, "%s mode, status %d, devctl %02x %c\n",
This page took 0.023706 seconds and 5 git commands to generate.