From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC] USB: EHCI: hot-fix OMAP and Orion multiplatform config
Date: Fri, 15 Mar 2013 16:07:09 +0000 [thread overview]
Message-ID: <201303151607.09677.arnd@arndb.de> (raw)
In-Reply-To: <1363362247-9542-1-git-send-email-arnd@arndb.de>
On Friday 15 March 2013, Arnd Bergmann wrote:
> @@ -1409,10 +1409,20 @@ static int __init ehci_hcd_init(void)
> if (retval < 0)
> goto clean4;
> #endif
> +
> +#ifdef OMAP_PLATFORM_DRIVER
> + retval = platform_driver_register(&OMAP_PLATFORM_DRIVER);
> + if (retval < 0)
> + goto clean5;
> +#endif
There was a missing hunk for the ORION part like the one above since
I unfortunately had done this patch on the wrong base. I will resubmit
a proper patch if we get an agreement on the approach taken.
Arnd
next prev parent reply other threads:[~2013-03-15 16:07 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-15 15:44 [RFC] USB: EHCI: hot-fix OMAP and Orion multiplatform config Arnd Bergmann
2013-03-15 16:07 ` Arnd Bergmann [this message]
2013-03-15 16:25 ` Alan Stern
2013-03-15 17:00 ` Arnd Bergmann
2013-03-15 17:40 ` Alan Stern
2013-03-15 20:11 ` Arnd Bergmann
2013-03-18 16:03 ` Alan Stern
2013-03-15 19:19 ` Alan Stern
2013-03-15 19:25 ` Greg Kroah-Hartman
2013-03-15 21:13 ` Arnd Bergmann
2013-03-16 0:09 ` Greg Kroah-Hartman
2013-03-18 15:45 ` Arnd Bergmann
2013-03-18 15:48 ` [PATCH v2] " Arnd Bergmann
2013-03-18 16:53 ` [RFC] " Arnaud Patard (Rtp)
2013-03-18 17:32 ` Arnd Bergmann
2013-03-15 20:15 ` Arnd Bergmann
2013-03-15 22:08 ` Sergei Shtylyov
2013-03-15 21:11 ` Arnd Bergmann
2013-03-15 22:24 ` Sergei Shtylyov
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=201303151607.09677.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.