* [PATCH] usb: omap: fix the warning unused variable 'status'
@ 2010-10-04 21:20 Keshava Munegowda
[not found] ` <1286227213-16182-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2010-10-05 20:05 ` Felipe Balbi
0 siblings, 2 replies; 3+ messages in thread
From: Keshava Munegowda @ 2010-10-04 21:20 UTC (permalink / raw)
To: linux-usb, linux-omap; +Cc: gadiyar, nskamat, balbi, Keshava Munegowda
This patch fix the follwing warning when compiling usb code
for OMAP defconfigs.
arch/arm/mach-omap2/board-omap4panda.c:277: warning: unused variable 'status'
Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
---
arch/arm/mach-omap2/board-omap4panda.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-2.6/arch/arm/mach-omap2/board-omap4panda.c
===================================================================
--- linux-2.6.orig/arch/arm/mach-omap2/board-omap4panda.c
+++ linux-2.6/arch/arm/mach-omap2/board-omap4panda.c
@@ -274,8 +274,6 @@ static int __init omap4_panda_i2c_init(v
}
static void __init omap4_panda_init(void)
{
- int status;
-
omap4_panda_i2c_init();
omap_serial_init();
omap4_twl6030_hsmmc_init(mmc);
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] usb: omap: fix the warning unused variable 'status'
[not found] ` <1286227213-16182-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
@ 2010-10-05 9:25 ` Anand Gadiyar
0 siblings, 0 replies; 3+ messages in thread
From: Anand Gadiyar @ 2010-10-05 9:25 UTC (permalink / raw)
To: Keshava Munegowda, linux-usb-u79uwXL29TY76Z2rM5mHXA,
linux-omap-u79uwXL29TY76Z2rM5mHXA
Cc: Nishant Kamat, balbi-l0cyMroinI0
Keshava Munegowda wrote:
> This patch fix the follwing warning when compiling usb code for OMAP
defconfigs.
> arch/arm/mach-omap2/board-omap4panda.c:277: warning: unused variable
'status'
>
> Signed-off-by: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>
Already posted by Sanjeev, and queued in for-next.
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=comm
itdiff;h=ca828760f96ee8f0b6c93400599844761aa69dc0
> ---
> arch/arm/mach-omap2/board-omap4panda.c | 2 --
> 1 file changed, 2 deletions(-)
>
> Index: linux-2.6/arch/arm/mach-omap2/board-omap4panda.c
> ===================================================================
> --- linux-2.6.orig/arch/arm/mach-omap2/board-omap4panda.c
> +++ linux-2.6/arch/arm/mach-omap2/board-omap4panda.c
> @@ -274,8 +274,6 @@ static int __init omap4_panda_i2c_init(v
> }
> static void __init omap4_panda_init(void)
> {
> - int status;
> -
> omap4_panda_i2c_init();
> omap_serial_init();
> omap4_twl6030_hsmmc_init(mmc);
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: omap: fix the warning unused variable 'status'
2010-10-04 21:20 [PATCH] usb: omap: fix the warning unused variable 'status' Keshava Munegowda
[not found] ` <1286227213-16182-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
@ 2010-10-05 20:05 ` Felipe Balbi
1 sibling, 0 replies; 3+ messages in thread
From: Felipe Balbi @ 2010-10-05 20:05 UTC (permalink / raw)
To: Munegowda, Keshava
Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org,
Gadiyar, Anand, Kamat, Nishant, Balbi, Felipe
On Mon, Oct 04, 2010 at 04:20:13PM -0500, Munegowda, Keshava wrote:
>This patch fix the follwing warning when compiling usb code
>for OMAP defconfigs.
>arch/arm/mach-omap2/board-omap4panda.c:277: warning: unused variable 'status'
$SUBJECT is definitely wrong. This is no related to USB at all.
Patches to arch/arm/*omap* should start with something like:
arm: omap: ***description here***
--
balbi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-05 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-04 21:20 [PATCH] usb: omap: fix the warning unused variable 'status' Keshava Munegowda
[not found] ` <1286227213-16182-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2010-10-05 9:25 ` Anand Gadiyar
2010-10-05 20:05 ` Felipe Balbi
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.