From: Bruce Allan Date: Sat, 5 Jan 2013 05:08:31 +0000 (+0000) Subject: e1000e: do not ignore variables which get set a value X-Git-Tag: v3.9-rc1~139^2~257^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dbbe5d5a5073d590790007d5b98d7fd51fd2ff5;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed