From: Thomas Vegas Date: Sun, 1 Jun 2014 12:34:40 +0000 (+0200) Subject: staging: rtl8712: Remove useless variable 'fw_found' X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1720 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22649bb2b664ca241c8a14b4f886940c3a9cc998;p=pandora-kernel.git staging: rtl8712: Remove useless variable 'fw_found' The net device only exists when firmware is loaded successfully. Firmware presence variable is only used through r871xu_dev_remove() and this function already checks for net device existence. Signed-off-by: Thomas Vegas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed