| To: | akpm@osdl.org |
|---|---|
| Subject: | [PATCH 11/12] [USB] Cosmetic changes to bring ohci-au1xxx.c in sync with linux-mips |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Mon, 20 Mar 2006 04:41:06 +0000 |
| Cc: | linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, greg@kroah.com |
| In-reply-to: | <20060320043802.GA20389@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060320043802.GA20389@deprecation.cyrius.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11+cvs20060126 |
These are two cosmetic changes which bring ohci-au1xxx.c in sync with
the linux-mips tree.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
--- 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/
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 10/12] [MTD] LASAT depends on MTD_CFI, Martin Michlmayr |
|---|---|
| Next by Date: | [PATCH 12/12] [SCSI] mem_start is a physical address already, Martin Michlmayr |
| Previous by Thread: | [PATCH 10/12] [MTD] LASAT depends on MTD_CFI, Martin Michlmayr |
| Next by Thread: | [PATCH 12/12] [SCSI] mem_start is a physical address already, Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |