Staging: rtl8192u: r819xU_firmware: removed commented out assert
authorTolga Ceylan <tolga.ceylan@gmail.com>
Fri, 20 Feb 2015 05:54:09 +0000 (21:54 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 00:57:13 +0000 (16:57 -0800)
Removed an assert that was commented out. The comment provides
no documentation value as rt_status is properly handled.

Signed-off-by: Tolga Ceylan <tolga.ceylan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_firmware.c

index f0ae3ab..ff4ce79 100644 (file)
@@ -329,8 +329,6 @@ bool init_firmware(struct net_device *dev)
        }
 
        RT_TRACE(COMP_FIRMWARE, "Firmware Download Success\n");
-       //assert(pfirmware->firmware_status == FW_STATUS_5_READY, ("Firmware Download Fail\n"));
-
        return rt_status;
 
 download_firmware_fail: