]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite48bea5b917d7af179360fe28d8f4175da86f3d7
treea11c449389583dee4d26215db3d362630a8af547
parent1cee332125e23ed3cc477feb6a9d8ea89db17f9b
net: Change netdev_<level> logging functions to return void

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>
include/linux/netdevice.h
net/core/dev.c