[PATCH 11/12] [USB] Cosmetic changes to bring ohci-au1xxx.c in sync with linux-mips

From: Martin Michlmayr
Date: Sun Mar 19 2006 - 23:39:52 EST


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/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/