staging: r8188eu: remove NULL check before vfree
authorDongliang Mu <mudongliangabcd@gmail.com>
Tue, 14 Jun 2022 13:32:29 +0000 (21:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Jun 2022 07:58:45 +0000 (09:58 +0200)
commit488ca2cb93453e4ef27162fc61c1b525ef04bc47
treeddc2d992f61428f5cf6845775c063b89168887ff
parente8f4118f4297f93e82ebcf4dd1eb6e48fead592e
staging: r8188eu: remove NULL check before vfree

vfree can handle NULL pointer as its argument.
According to coccinelle isnullfree check, remove NULL check
before vfree operation.

Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Link: https://lore.kernel.org/r/20220614133239.147076-1-dzm91@hust.edu.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/usb_intf.c