From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <felipe.lima@indt.org.br>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c
Date: Fri, 31 Aug 2007 09:47:29 -0700 [thread overview]
Message-ID: <20070831164728.GB12350@atomide.com> (raw)
In-Reply-To: <11882419064188-git-send-email-felipe.lima@indt.org.br>
* Felipe Balbi <felipe.lima@indt.org.br> [070827 12:12]:
> Get rid of the following warning:
> drivers/usb/musb/tusb6010.c: In function 'tusb_otg_ints':
> drivers/usb/musb/tusb6010.c:716: warning: unused variable 'devctl'
>
> Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
> ---
> drivers/usb/musb/tusb6010.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c
> index 23840dc..562eb9d 100644
> --- a/drivers/usb/musb/tusb6010.c
> +++ b/drivers/usb/musb/tusb6010.c
> @@ -713,8 +713,6 @@ tusb_otg_ints(struct musb *musb, u32 int_src, void __iomem *base)
> schedule_work(&musb->irq_work);
>
> } else /* A-dev state machine */ {
> - u8 devctl;
> -
> DBG(2, "vbus change, %s, otg %03x\n",
> otg_state_string(musb), otg_stat);
>
Thanks, pushing today.
Tony
next prev parent reply other threads:[~2007-08-31 16:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-27 19:11 [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Felipe Balbi
2007-08-27 19:11 ` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c Felipe Balbi
2007-08-31 16:47 ` Tony Lindgren [this message]
2007-08-31 17:01 ` [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Tony Lindgren
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=20070831164728.GB12350@atomide.com \
--to=tony@atomide.com \
--cc=felipe.lima@indt.org.br \
--cc=linux-omap-open-source@linux.omap.com \
/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.