public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Michlmayr <tbm@cyrius.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, greg@kroah.com
Subject: [PATCH 11/12] [USB] Cosmetic changes to bring ohci-au1xxx.c in sync with linux-mips
Date: Mon, 20 Mar 2006 04:41:06 +0000	[thread overview]
Message-ID: <20060320044106.GK20416@deprecation.cyrius.com> (raw)
In-Reply-To: <20060320043802.GA20389@deprecation.cyrius.com>

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/

  parent reply	other threads:[~2006-03-20  4:41 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-20  4:38 Bring mainline in sync with the linux-mips tree Martin Michlmayr
2006-03-20  4:39 ` [PATCH 1/12] [MIPS] Improve description of VR41xx based machines Martin Michlmayr
2006-03-20  6:26   ` Yoichi Yuasa
2006-03-20 13:10     ` Martin Michlmayr
2006-03-20 15:59       ` Yoichi Yuasa
2006-03-20 16:29         ` Martin Michlmayr
2006-03-21  2:10           ` Yoichi Yuasa
2006-03-21  2:18             ` Martin Michlmayr
2006-03-22  7:53               ` Yoichi Yuasa
2006-03-22 10:07                 ` Martin Michlmayr
2006-03-20  4:39 ` [PATCH 2/12] [MIPS] Cosmetic updates to sync with linux-mips Martin Michlmayr
2006-03-20  6:31   ` Yoichi Yuasa
2006-03-20 13:11     ` Martin Michlmayr
2006-03-21  2:12       ` Yoichi Yuasa
2006-03-20  4:39 ` [PATCH 3/12] [MIPS] Remove tb0287_defconfig Martin Michlmayr
2006-03-20  6:23   ` Yoichi Yuasa
2006-03-20  4:39 ` [PATCH 4/12] [NET] Improve description of MV643XX_ETH Martin Michlmayr
2006-03-20  4:39 ` [PATCH 5/12] [NET] Bring declance.c in sync with linux-mips tree Martin Michlmayr
2006-03-20  4:40 ` [PATCH 6/12] [NET] Support the BCM1x55 and BCM1x80 chips Martin Michlmayr
2006-03-20  4:40 ` [PATCH 7/12] [IDE] Set CFLAGS only for au1xxx-ide Martin Michlmayr
2006-03-20  4:40 ` [PATCH 8/12] [MTD] Re-add module description for ms02-nv to Kconfig Martin Michlmayr
2006-03-20  4:40 ` [PATCH 9/12] [MTD] Fix #else directive in the docprobe driver Martin Michlmayr
2006-03-20  4:40 ` [PATCH 10/12] [MTD] LASAT depends on MTD_CFI Martin Michlmayr
2006-03-20  4:41 ` Martin Michlmayr [this message]
2006-03-20  4:41 ` [PATCH 12/12] [SCSI] mem_start is a physical address already Martin Michlmayr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060320044106.GK20416@deprecation.cyrius.com \
    --to=tbm@cyrius.com \
    --cc=akpm@osdl.org \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox