diff options
author | 2020-11-21 18:17:27 +0800 | |
---|---|---|
committer | 2021-02-03 16:32:18 -0800 | |
commit | 99eb3943ab9b90c49f27c2bfeea87e2bb4da5f3b (patch) | |
tree | 31cce5fc253132076373765d3fede7b526f35975 /drivers/net/ethernet/intel/ice/ice_fw_update.c | |
parent | igb: remove h from printk format specifier (diff) | |
download | linux-dev-99eb3943ab9b90c49f27c2bfeea87e2bb4da5f3b.tar.xz linux-dev-99eb3943ab9b90c49f27c2bfeea87e2bb4da5f3b.zip |
e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_spt
Both of the statements are value assignment of the variable act_offset.
The first value assignment is overwritten by the second and is useless.
Remove it.
Reported-by: Tosk Robot <tencent_os_robot@tencent.com>
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_fw_update.c')
0 files changed, 0 insertions, 0 deletions