From: Felipe Balbi <me@felipebalbi.com>
To: Ajay Kumar Gupta <ajay.gupta@ti.com>
Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH] MUSB: Removes compilation warning in gadget mode
Date: Fri, 5 Sep 2008 12:00:00 +0300 [thread overview]
Message-ID: <20080905085959.GA7420@frodo> (raw)
In-Reply-To: <1220524485-8283-1-git-send-email-ajay.gupta@ti.com>
On Thu, Sep 04, 2008 at 04:04:45PM +0530, Ajay Kumar Gupta wrote:
> Fixes compilation warning when musb is configured in gadget mode.
>
> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
> ---
> drivers/usb/musb/omap2430.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c
> index 472c304..ea5c504 100644
> --- a/drivers/usb/musb/omap2430.c
> +++ b/drivers/usb/musb/omap2430.c
> @@ -53,7 +53,9 @@ static void musb_do_idle(unsigned long _musb)
> {
> struct musb *musb = (void *)_musb;
> unsigned long flags;
> +#ifdef CONFIG_USB_MUSB_HDRC_HCD
> u8 power;
> +#endif
> u8 devctl;
>
> devctl = musb_readb(musb->mregs, MUSB_DEVCTL);
> --
> 1.5.6
--
balbi
prev parent reply other threads:[~2008-09-05 9:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-04 10:34 [PATCH] MUSB: Removes compilation warning in gadget mode Ajay Kumar Gupta
2008-09-05 9:00 ` Felipe Balbi [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=20080905085959.GA7420@frodo \
--to=me@felipebalbi.com \
--cc=ajay.gupta@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.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.