From 22649bb2b664ca241c8a14b4f886940c3a9cc998 Mon Sep 17 00:00:00 2001 From: Thomas Vegas Date: Sun, 1 Jun 2014 14:34:40 +0200 Subject: [PATCH] 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-format-patch failed