usb: musb: omap2430: fix compile warning
authorFelipe Balbi <balbi@ti.com>
Thu, 24 Nov 2011 13:42:10 +0000 (15:42 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 11:07:03 +0000 (13:07 +0200)
commite7f4e73287d2915499c821b884f70f42187e2a74
tree9f426e85a6099d902f4fc66b37d59aa5839f04e3
parent712d8efafbbcbe617f9ad706f6ca1ffea4bbf2e8
usb: musb: omap2430: fix compile warning

fix the following compile warning:

drivers/usb/musb/omap2430.c: In function 'musb_otg_notifier_work':
drivers/usb/musb/omap2430.c:279:3: warning: 'return' with a value, in
function returning void
drivers/usb/musb/omap2430.c:282:2: warning: 'return' with a value, in
function returning void

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/omap2430.c