Commit 23723ea0 authored by Tolga Ceylan's avatar Tolga Ceylan Committed by Greg Kroah-Hartman

Staging: rtl8192u: r819xU_firmware: removed commented out assert

Removed an assert that was commented out. The comment provides
no documentation value as rt_status is properly handled.
Signed-off-by: default avatarTolga Ceylan <tolga.ceylan@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8edd9e7c
...@@ -329,8 +329,6 @@ bool init_firmware(struct net_device *dev) ...@@ -329,8 +329,6 @@ bool init_firmware(struct net_device *dev)
} }
RT_TRACE(COMP_FIRMWARE, "Firmware Download Success\n"); RT_TRACE(COMP_FIRMWARE, "Firmware Download Success\n");
//assert(pfirmware->firmware_status == FW_STATUS_5_READY, ("Firmware Download Fail\n"));
return rt_status; return rt_status;
download_firmware_fail: download_firmware_fail:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment