]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdev
authorBhumika Goyal <bhumirks@gmail.com>
Sun, 14 Feb 2016 15:24:03 +0000 (20:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:44:06 +0000 (16:44 -0800)
commita4e320b7215d2d1f4932474276a46219d6a4e9f1
treeeea895eade6a49c97fa91646063ac9874ad01512
parent04bdfd20e08f9a10f6155d181a7e2e1a0d8ca24c
Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdev

The function rtw_free_netdev test whether its argument is NULL and
return immediately. So NULL test before this function is not needed.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/usb_intf.c