commit | 37b9dfa0d833227bc65353eec9dd0b00e1545a00 | [log] [tgz] |
---|---|---|
author | Mohammed Gamal <mgamal@redhat.com> | Mon Jul 24 10:57:26 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 17:38:28 2017 -0700 |
tree | a2b17df12964b1b2cd891c9166f00830f57da7bf | |
parent | fd763ad96ae5a4aa76ce00b4090b6044c63c18ed [diff] |
netvsc: Remove redundant use of ipv6_hdr() This condition already uses an object of type ipv6hdr in the line above. Use the object directly instead of calling ipv6_hdr Signed-off-by: Mohammed Gamal <mgamal@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>