commit | 0913750f9fb6f26bcd00c8f9dd9a8d1b8d031246 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Wed Feb 15 13:38:22 2017 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Mar 06 16:59:34 2017 +0200 |
tree | 019bcb3149b15f0cd025fe4e1ba6f4893c4a51c3 | |
parent | 1551e35ea4189c1f7199fe278395fc94196715f2 [diff] |
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>