commit | da04bf74b499c22e300517beaaab63670835da84 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Mon Feb 15 14:28:22 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 15:06:51 2016 -0800 |
tree | ef8414f71e089cb6e03475ba907c4afbf5e130c3 | |
parent | 64e6619fd3f6c239d5f57f2c88fe9b9291a7e0f2 [diff] |
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>