staging: rtl8192e: rtl8192e: Remove NULL test before vfree
authorShyam Saini <mayhs11saini@gmail.com>
Sun, 15 Jan 2017 12:51:46 +0000 (18:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jan 2017 17:08:57 +0000 (18:08 +0100)
commit686ef485d5a3ec735b60b35d31133692bfe98223
treecc760bdc93bd8d291e9c1b083fe26a0c93fe61a4
parent679da8ac44772d70fabf257270a0757efdb1a492
staging: rtl8192e: rtl8192e: Remove NULL test before vfree

vfree frees the virtually continuous block of memory beginning at addr.
If addr is NULL, no operation is performed. So, NULL test is not needed
before vfree.

Signed-off-by: Shyam Saini <mayhs11saini@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_core.c