staging: rtl8712: Remove useless variable 'fw_found'
authorThomas Vegas <thomas@grouk.net>
Sun, 1 Jun 2014 12:34:40 +0000 (14:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 23:40:07 +0000 (16:40 -0700)
commit22649bb2b664ca241c8a14b4f886940c3a9cc998
treeb818f37b13f8488d197a1defdebf132dd5f2c646
parent5947956bdcf1aff31caba90f80f363340e18cb56
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 <thomas@grouk.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/drv_types.h
drivers/staging/rtl8712/hal_init.c
drivers/staging/rtl8712/os_intfs.c
drivers/staging/rtl8712/usb_intf.c