diff options
author | Colin Ian King <[email protected]> | 2019-08-15 10:14:54 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2019-08-29 17:44:25 -0400 |
commit | e8fd0b9f6f487820a05a46ce3ac4b5df11ad6799 (patch) | |
tree | 7eb58b4805f2b687f20b0bb62af0013af1393553 /net/switchdev/switchdev.c | |
parent | e55f24ffa936e09673905a9176a8a9d22cf68d40 (diff) |
scsi: fcoe: remove redundant call to skb_transport_header
Pointer fh is being assigned a return value from the call to
skb_transport_header however this value is never read and fh is being
re-assigned immediately afterwards with a new value. Since there are
side-effects from calling skb_transport_header the call is redundant and
can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions