commit | 70806a7fd1ae8942675bb2d415899e9e64440505 | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Sat Jan 05 05:08:37 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun Jan 27 02:15:48 2013 -0800 |
tree | c49ab01f3a85c8fa2ccbd1cb4ac0961b62bcd298 | |
parent | 7dbbe5d5a5073d590790007d5b98d7fd51fd2ff5 [diff] |
e1000e: cleanup: do not assign a variable a value when not necessary Static analysis with cppcheck has shown a few instances of a variable being reassigned a value before the old one has been used. None of these ever require the old value to be used so remove the old values. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>