From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Roland Stigge <stigge@antcom.de>
Cc: balbi@ti.com, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org,
arnd@arndb.de, aletes.xgr@gmail.com, kevin.wells@nxp.com,
srinivas.bakki@nxp.com
Subject: Re: [PATCH 3/3] usb: gadget: lpc32xx_udc: Support multiple controllers
Date: Mon, 20 Aug 2012 10:16:34 +0200 [thread overview]
Message-ID: <5031F262.3090103@linutronix.de> (raw)
In-Reply-To: <1345450306-4996-3-git-send-email-stigge@antcom.de>
On 08/20/2012 10:11 AM, Roland Stigge wrote:
> --- linux-2.6.orig/drivers/usb/gadget/lpc32xx_udc.c
> +++ linux-2.6/drivers/usb/gadget/lpc32xx_udc.c
> @@ -2608,10 +2608,9 @@ static void nop_release(struct device *d
> /* nothing to free */
> }
>
> -static struct lpc32xx_udc controller = {
> +static struct lpc32xx_udc controller_template = {
make it const please.
> .gadget = {
> .ops =&lpc32xx_udc_ops,
> - .ep0 =&controller.ep[0].ep,
> .name = driver_name,
> .dev = {
> .init_name = "gadget",
Sebastian
prev parent reply other threads:[~2012-08-20 8:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-20 8:11 [PATCH 1/3] usb: gadget: lpc32xx_udc: Port to new start/stop interface Roland Stigge
2012-08-20 8:11 ` [PATCH 2/3] usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor Roland Stigge
2012-08-20 8:19 ` Sebastian Andrzej Siewior
2012-08-20 8:26 ` Roland Stigge
2012-08-20 8:11 ` [PATCH 3/3] usb: gadget: lpc32xx_udc: Support multiple controllers Roland Stigge
2012-08-20 8:16 ` Sebastian Andrzej Siewior [this message]
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=5031F262.3090103@linutronix.de \
--to=bigeasy@linutronix.de \
--cc=aletes.xgr@gmail.com \
--cc=arnd@arndb.de \
--cc=balbi@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=kevin.wells@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=srinivas.bakki@nxp.com \
--cc=stigge@antcom.de \
/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
Powered by JetHome