[PATCH] parport: ieee1284: mark expected switch fall-through

2019-03-29 Thread Sudip Mukherjee
From: "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/parport/ieee1284.c: In function ‘parport_read’: drivers/parport/ieee1284.c:722:6: warning: this statement may

Re: [PATCH] parport: ieee1284: mark expected switch fall-through

2019-03-24 Thread Sudip Mukherjee
Hi Greg, On Wed, Mar 20, 2019 at 8:12 PM Greg KH wrote: > > On Wed, Mar 20, 2019 at 03:06:04PM -0500, Gustavo A. R. Silva wrote: > > Greg, > > > > Can you take this, please? > > Will do, give me a week or so to catch up... I will send it to you with the another parport regression fix I have. Wil

Re: [PATCH] parport: ieee1284: mark expected switch fall-through

2019-03-20 Thread Gustavo A. R. Silva
On 3/20/19 3:12 PM, Greg KH wrote: > On Wed, Mar 20, 2019 at 03:06:04PM -0500, Gustavo A. R. Silva wrote: >> Greg, >> >> Can you take this, please? > > Will do, give me a week or so to catch up... > Sure thing. Thanks -- Gustavo

Re: [PATCH] parport: ieee1284: mark expected switch fall-through

2019-03-20 Thread Greg KH
On Wed, Mar 20, 2019 at 03:06:04PM -0500, Gustavo A. R. Silva wrote: > Greg, > > Can you take this, please? Will do, give me a week or so to catch up... thanks, greg k-h

Re: [PATCH] parport: ieee1284: mark expected switch fall-through

2019-03-20 Thread Gustavo A. R. Silva
Greg, Can you take this, please? Thanks -- Gustavo On 2/25/19 12:23 PM, Gustavo A. R. Silva wrote: > Hi, > > Friendly ping: > > Who can take this, please? > > Thanks > -- > Gustavo > > On 2/12/19 11:43 AM, Gustavo A. R. Silva wrote: >> In preparation to enabling -Wimplicit-fallthrough, mark

Re: [PATCH] parport: ieee1284: mark expected switch fall-through

2019-02-25 Thread Gustavo A. R. Silva
Hi, Friendly ping: Who can take this, please? Thanks -- Gustavo On 2/12/19 11:43 AM, 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/parport/ieee

[PATCH] parport: ieee1284: 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/parport/ieee1284.c: In function ‘parport_read’: drivers/parport/ieee1284.c:722:6: warning: this statement may fall through [-Wimplicit-fall