diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-08-15 10:14:54 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-08-29 17:44:25 -0400 |
commit | e8fd0b9f6f487820a05a46ce3ac4b5df11ad6799 (patch) | |
tree | 7eb58b4805f2b687f20b0bb62af0013af1393553 /sound | |
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 <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions