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