diff options
author | Colin Ian King <[email protected]> | 2019-07-31 23:11:52 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2019-08-29 17:41:24 -0400 |
commit | 5f6b4e1e09331938a818cf8f371025ae03dee069 (patch) | |
tree | 266b1c91ca76240a37c23cc60f6cec6280af21c8 /net/switchdev/switchdev.c | |
parent | 10541f037bd925c6752250e0b37b1ea43de27068 (diff) |
scsi: bfa: remove redundant assignment to variable error
Variable error is being initialized with a value that is never read and
error is being re-assigned a little later on. The assignment is redundant
and hence 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