commit | 1a9408355e91c21eaf4626386d65988a0ad7dc21 | [log] [tgz] |
---|---|---|
author | Amerigo Wang <amwang@redhat.com> | Sun Oct 28 17:43:53 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 03 14:50:15 2012 -0400 |
tree | 17868f2436cf49159a58766b34bd77994990c377 | |
parent | 398f382c0a5bd62f0f31871e844700e1b9fd1ad3 [diff] |
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 <fengguang.wu@intel.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>