Re: [PATCH] usb: omap: fix the warning unused variable 'status'

2010-10-05 Thread Felipe Balbi
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. Pat

RE: [PATCH] usb: omap: fix the warning unused variable 'status'

2010-10-05 Thread Anand Gadiyar
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 Already posted by Sanjeev, and queued in for-next. http://git.kernel.o

[PATCH] usb: omap: fix the warning unused variable 'status'

2010-10-05 Thread 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 --- arch/arm/mach-omap2/board-omap4panda.c |2 -- 1 file changed, 2 deletions(-) Index: linux-2.6/