diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2013-01-05 06:08:31 +0100 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2013-01-27 11:08:19 +0100 |
commit | 7dbbe5d5a5073d590790007d5b98d7fd51fd2ff5 (patch) | |
tree | 106a553cf5852a094a2fd73cb65e3153d9de334f /scripts/kernel-doc | |
parent | e1000e: cleanup: remove unnecessary function prototypes (diff) | |
download | linux-7dbbe5d5a5073d590790007d5b98d7fd51fd2ff5.tar.xz linux-7dbbe5d5a5073d590790007d5b98d7fd51fd2ff5.zip |
e1000e: do not ignore variables which get set a value
Static analysis with cppcheck has shown a few instances of a variable which
is assigned a value that is never used. A number of these are the return
status of various driver function calls which should be passed back to the
caller of the current function.
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>
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions