All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.