net: Change netdev_<level> logging functions to return void
authorJoe Perches <joe@perches.com>
Mon, 22 Sep 2014 18:10:50 +0000 (11:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 19:17:17 +0000 (15:17 -0400)
No caller or macro uses the return value so make all
the functions return void.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found