[PATCH] usb: omap: fix the warning return type defaults to 'int'

2010-10-05 Thread Keshava Munegowda
This patch fix the follwing warning when compiling usb code for OMAP defconfigs. arch/arm/plat-omap/include/plat/usb.h:109: warning: return type defaults to 'int' Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com --- arch/arm/plat-omap/include/plat/usb.h |2 +- 1 file changed, 1

RE: [PATCH] usb: omap: fix the warning return type defaults to 'int'

2010-10-05 Thread Anand Gadiyar
Keshava Munegowda wrote: This patch fix the follwing warning when compiling usb code for OMAP defconfigs. arch/arm/plat-omap/include/plat/usb.h:109: warning: return type defaults to 'int' Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com Already posted by me:

Re: [PATCH] usb: omap: fix the warning return type defaults to 'int'

2010-10-05 Thread Felipe Balbi
On Mon, Oct 04, 2010 at 03:49:53PM -0500, Munegowda, Keshava wrote: This patch fix the follwing warning when compiling usb code for OMAP defconfigs. arch/arm/plat-omap/include/plat/usb.h:109: warning: return type defaults to 'int' $SUBJECT is mis-leading. I thought, initially, this was related