Re: [PATCH 6/9] usb: host: isp1362-hcd: mark expected switch fall-through

2017-11-01 Thread Gustavo A. R. Silva
Quoting Greg Kroah-Hartman : [..] Sure thing. Just some questions about the process to follow: Should I send a v2 replying to this particular thread only? like [PATCH v2 6/9] or should I send just a new patch separated from this patch series? I guess this is the case. Brand new patch is fi

Re: [PATCH 6/9] usb: host: isp1362-hcd: mark expected switch fall-through

2017-11-01 Thread Greg Kroah-Hartman
On Wed, Nov 01, 2017 at 12:27:40PM -0500, Gustavo A. R. Silva wrote: > > Quoting Greg Kroah-Hartman : > > > On Wed, Oct 25, 2017 at 02:05:05PM -0500, Gustavo A. R. Silva wrote: > > > Greg, > > > > > > Quoting "Gustavo A. R. Silva" : > > > > > > > In preparation to enabling -Wimplicit-fallthroug

Re: [PATCH 6/9] usb: host: isp1362-hcd: mark expected switch fall-through

2017-11-01 Thread Gustavo A. R. Silva
Quoting Greg Kroah-Hartman : On Wed, Oct 25, 2017 at 02:05:05PM -0500, Gustavo A. R. Silva wrote: Greg, Quoting "Gustavo A. R. Silva" : > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva > -

Re: [PATCH 6/9] usb: host: isp1362-hcd: mark expected switch fall-through

2017-11-01 Thread Greg Kroah-Hartman
On Wed, Oct 25, 2017 at 02:05:05PM -0500, Gustavo A. R. Silva wrote: > Greg, > > Quoting "Gustavo A. R. Silva" : > > > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > > where we are expecting to fall through. > > > > Signed-off-by: Gustavo A. R. Silva > > --- > > drivers

Re: [PATCH 6/9] usb: host: isp1362-hcd: mark expected switch fall-through

2017-10-25 Thread Gustavo A. R. Silva
Greg, Quoting "Gustavo A. R. Silva" : In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- drivers/usb/host/isp1362-hcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/isp136

[PATCH 6/9] usb: host: isp1362-hcd: mark expected switch fall-through

2017-10-25 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- drivers/usb/host/isp1362-hcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/isp1362-hcd.c b/drivers/usb/host/isp1362-hcd.c i