]> git.openfabrics.org - ~shefty/rdma-dev.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)
commit53759be99772f39db5148a7066a768066592a1e7
treefae5cc3d4344767f29b4f04e867d7a0a86bfe257
parent3fb62c5d3fc1821f50c6003e582713857a520f6b
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