]> git.baikalelectronics.ru Git - kernel.git/commit
net: Remove return value from list_netdevice()
authordingtianhong <dingtianhong@huawei.com>
Wed, 17 Apr 2013 22:17:50 +0000 (22:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Apr 2013 20:09:24 +0000 (16:09 -0400)
commit552a0432f268d98d9b4c31cf8dfd562d67174f38
treefae5cc3d4344767f29b4f04e867d7a0a86bfe257
parent4a68c5962ac7691051f09ac2643b522ea8acad0c
net: Remove return value from list_netdevice()

The return value from list_netdevice() is not used and no need, so remove it.

Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c