]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Mar 2017 11:18:40 +0000 (19:18 +0800)
commit25b1a4fdd8ae998f3117f5c63a201682f1d3bb8c
tree2a1ff2bc5bf73f206815bdfb0ce332cdfbc91bed
parent894a0dfaaef7d00782bd22e4475c535942796176
usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()

commit 0913750f9fb6f26bcd00c8f9dd9a8d1b8d031246 upstream.

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")
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-omap.c