]> Git Repo - linux.git/commit
ipv6: remove a useless NULL check
authorAmerigo Wang <[email protected]>
Sun, 28 Oct 2012 17:43:53 +0000 (17:43 +0000)
committerDavid S. Miller <[email protected]>
Sat, 3 Nov 2012 18:50:15 +0000 (14:50 -0400)
commit1a9408355e91c21eaf4626386d65988a0ad7dc21
tree17868f2436cf49159a58766b34bd77994990c377
parent398f382c0a5bd62f0f31871e844700e1b9fd1ad3
ipv6: remove a useless NULL check

In dev_forward_change(), it is useless to check if idev->dev
is NULL, it is always non-NULL here.

Reported-by: Fengguang Wu <[email protected]>
Cc: David S. Miller <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv6/addrconf.c
This page took 0.046708 seconds and 4 git commands to generate.