]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-gcc60-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2016 17:09:50 +0000 (13:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2016 17:09:50 +0000 (13:09 -0400)
commitad701a28d65b53a89ce59c8d77ee80702b389005
tree2ab7f952501861b4520b900d837f3bc975c71b2d
parent9006d0aecec74296c39bfff90186d319cce30680
parent3789844620bc6ad7c8d86bfc69d4b9e694321efd
Merge branch 'net-gcc60-fixes'

Arnd Bergmann says:

====================
net: gcc-6.0 warning fixes

I've just installed gcc-6.0 to see what kinds of new warnings
we get. It turns out that it's actually really useful once I
disabled -Wunused-const-variable, and all of the warnings it
found in network drivers seem valid.

Sorry for the bad timing in the merge window, but I figured
it would be better to send the fixes as I found the bugs
rather than waiting for the next cycle. The first three
look appropriate for stable backports.

The other two only fix a gcc warning about incorrect whitespace,
probably not worth backporting those.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>