Re: [PATCH] USB: musb: mark expected switch fall-through

2019-02-13 Thread Gustavo A. R. Silva
On 2/13/19 3:08 AM, Greg Kroah-Hartman wrote: > On Tue, Feb 12, 2019 at 01:47:54PM -0600, Bin Liu wrote: >> Hi Greg, >> >> On Tue, Feb 12, 2019 at 01:23:57PM -0600, Gustavo A. R. Silva wrote: >>> In preparation to enabling -Wimplicit-fallthrough, mark switch >>> cases where we are expecting to f

Re: [PATCH] USB: musb: mark expected switch fall-through

2019-02-13 Thread Greg Kroah-Hartman
On Tue, Feb 12, 2019 at 01:47:54PM -0600, Bin Liu wrote: > Hi Greg, > > On Tue, Feb 12, 2019 at 01:23:57PM -0600, Gustavo A. R. Silva wrote: > > In preparation to enabling -Wimplicit-fallthrough, mark switch > > cases where we are expecting to fall through. > > > > This patch fixes the following

Re: [PATCH] USB: musb: mark expected switch fall-through

2019-02-12 Thread Bin Liu
Hi Greg, On Tue, Feb 12, 2019 at 01:23:57PM -0600, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warning: > > drivers/usb/musb/musb_host.c: In function ‘musb_advance_s

[PATCH] USB: musb: mark expected switch fall-through

2019-02-12 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: drivers/usb/musb/musb_host.c: In function ‘musb_advance_schedule’: drivers/usb/musb/musb_host.c:374:7: warning: this statement may fall through [-W