On 5/3/19 1:09 AM, Johan Hovold wrote:
> On Thu, May 02, 2019 at 07:35:15PM +0200, Greg Kroah-Hartman wrote:
>> Gustavo has been working to fix up all of the switch statements that
>> "fall through" such that we can eventually turn on
>> -Wimplicit-fallthrough. As part of that, the io_edgeport.c driver is a
>> bit "messy" with the parsing logic of a data packet. Clean that logic
>> up a bit by unindenting one level of the logic, and properly label
>> /* Fall through */ to make gcc happy.
>>
>> Reported-by: Gustavo A. R. Silva <gust...@embeddedor.com>
>> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
>
> Now applied, thanks.
>
> Gustavo, how many of these warnings are there left in the kernel now
> that the last one in USB is gone? :)
>
Today, we woke up with 37 of these warnings left in linux-next. :)
There were more than 2000 when I first started auditing them.
Thanks
--
Gustavo