Commit 7fbb7785 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c

Get rid of the following warning:
drivers/usb/musb/tusb6010.c: In function 'tusb_otg_ints':
drivers/usb/musb/tusb6010.c:716: warning: unused variable 'devctl'
Signed-off-by: default avatarFelipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 58c85401
......@@ -713,8 +713,6 @@ tusb_otg_ints(struct musb *musb, u32 int_src, void __iomem *base)
schedule_work(&musb->irq_work);
} else /* A-dev state machine */ {
u8 devctl;
DBG(2, "vbus change, %s, otg %03x\n",
otg_state_string(musb), otg_stat);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment