OSDN Git Service

usb: musb: remove an unused variable
authorArnd Bergmann <arnd@arndb.de>
Mon, 28 May 2018 15:34:35 +0000 (17:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 May 2018 10:44:39 +0000 (12:44 +0200)
commitedf380046b0a726de26fc29015556a11288940ac
tree1cf98d0494ee53a3a5f5a9ea74f82cfc332e825b
parent3bea1cfcff113070655c379cec6d1dde0529bd31
usb: musb: remove an unused variable

After the only users of this variable got removed, we now get a
warning about 'otg' being unused:

drivers/usb/musb/da8xx.c: In function 'da8xx_musb_interrupt':
drivers/usb/musb/da8xx.c:226:19: error: unused variable 'otg' [-Werror=unused-variable]

Fixes: d2852f2d3e6d ("usb: musb: remove references to default_a of struct usb_otg")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/da8xx.c