From: Michał Mirosław Date: Mon, 16 May 2011 19:14:21 +0000 (-0400) Subject: net: Change netdev_fix_features messages loglevel X-Git-Tag: v2.6.39~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f404e441d169afc90929ef5e451ec9779c1f11a;p=pandora-kernel.git net: Change netdev_fix_features messages loglevel 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed