These are two cosmetic changes which bring ohci-au1xxx.c in sync with the linux-mips tree. Signed-off-by: Martin Michlmayr <tbm@xxxxxxxxxx> --- linux-2.6/drivers/usb/host/ohci-au1xxx.c 2006-03-05 19:35:05.000000000 +0000 +++ mips.git/drivers/usb/host/ohci-au1xxx.c 2006-03-13 18:43:52.000000000 +0000 @@ -92,12 +92,12 @@ int retval; struct usb_hcd *hcd; - if(dev->resource[1].flags != IORESOURCE_IRQ) { + if (dev->resource[1].flags != IORESOURCE_IRQ) { pr_debug ("resource[1] is not IORESOURCE_IRQ"); return -ENOMEM; } - hcd = usb_create_hcd(driver, &dev->dev, "au1xxx"); + hcd = usb_create_hcd(driver, &dev->dev, "Au1xxx"); if (!hcd) return -ENOMEM; hcd->rsrc_start = dev->resource[0].start; -- Martin Michlmayr http://www.cyrius.com/