staging: r8188eu: remove needless check before usb_free_urb()
commita4ec93d8b4647358aaa1bde4e1fc055e5f4cf711
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 23 Sep 2013 13:55:45 +0000 (23 21:55 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:48:46 +0000 (25 16:48 -0700)
treeaf8034561a1649a539fa9552359b5a8a7d8a2e6c
parentcdddc28a0803a958993efc72388596493dcf74b6
staging: r8188eu: remove needless check before usb_free_urb()

usb_free_urb(NULL) is safe and this check is not required.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/recv_linux.c