From: Bruce Allan Date: Wed, 8 Feb 2012 02:55:25 +0000 (+0000) Subject: e1000e: cleanup: remove unnecessary variable ret_val X-Git-Tag: v3.4-rc1~177^2~305^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55920b5eae24cfd2666f3f80bc5f2c0b3b18043b;p=pandora-kernel.git e1000e: cleanup: remove unnecessary variable ret_val ret_val gets initialized to -E1000_ERR_NVM and never set differently, so get rid of it and just return -E1000_ERR_NVM. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed