commit | 64e6619fd3f6c239d5f57f2c88fe9b9291a7e0f2 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Mon Feb 15 14:28:20 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 15:06:51 2016 -0800 |
tree | 39c69c27f3ec5bb39376c5fbd6200aae33c55b7c | |
parent | bfb7ff2c0bf322a1780e1cf2479ace7a5beb8ab9 [diff] |
Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfree The function vfree tests whether the argument is NULL and returns immediately. So NULL test before vfree is not needed. Also remove braces around if branch as they are no longer needed. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>