Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfree
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 15 Feb 2016 08:58:22 +0000 (14:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 23:06:51 +0000 (15:06 -0800)
commitda04bf74b499c22e300517beaaab63670835da84
treeef8414f71e089cb6e03475ba907c4afbf5e130c3
parent64e6619fd3f6c239d5f57f2c88fe9b9291a7e0f2
Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfree

The function vfree tests whether the argument is NULL and returns
immediately. So NULL test is not needed before vfree. Also remove blank
line between function calls.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_xmit.c
This page took 0.036195 seconds and 5 git commands to generate.