提交 ee692cfa 编写于 作者: H Harsh Kumar 提交者: Greg Kroah-Hartman

Staging: winbond: usb_free_urb(NULL) is safe

usb_free_urb(NULL) is safe. So, the check was removed.
Signed-off-by: NHarsh Kumar <harsh1kumar@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 926ae525
......@@ -170,11 +170,8 @@ void Wb35Tx_destroy(struct hw_data *pHwData)
} while ((pWb35Tx->EP2vm_state != VM_STOP) && (pWb35Tx->EP4vm_state != VM_STOP));
msleep(10); /* Delay for waiting function enter 940623.1.b */
if (pWb35Tx->Tx4Urb)
usb_free_urb(pWb35Tx->Tx4Urb);
if (pWb35Tx->Tx2Urb)
usb_free_urb(pWb35Tx->Tx2Urb);
usb_free_urb(pWb35Tx->Tx4Urb);
usb_free_urb(pWb35Tx->Tx2Urb);
pr_debug("Wb35Tx_destroy OK\n");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册