net: Change netdev_fix_features messages loglevel
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Mon, 16 May 2011 19:14:21 +0000 (15:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2011 19:14:21 +0000 (15:14 -0400)
Those reduced to DEBUG can possibly be triggered by unprivileged processes
and are nothing exceptional. Illegal checksum combinations can only be
caused by driver bug, so promote those messages to WARN.

Since GSO without SG will now only cause DEBUG message from
netdev_fix_features(), remove the workaround from register_netdevice().

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found