usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
authorRoger Quadros <rogerq@ti.com>
Wed, 15 Feb 2017 11:38:22 +0000 (13:38 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 6 Mar 2017 14:59:34 +0000 (16:59 +0200)
commit0913750f9fb6f26bcd00c8f9dd9a8d1b8d031246
tree019bcb3149b15f0cd025fe4e1ba6f4893c4a51c3
parent1551e35ea4189c1f7199fe278395fc94196715f2
usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()

We need to break from all cases if we want to treat
each one of them separately.

Reported-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Fixes: d2728fb3e01f ("usb: dwc3: omap: Pass VBUS and ID events transparently")
Cc: <stable@vger.kernel.org> #v4.8+
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/dwc3-omap.c