Staging:rtl8188eu: fix kfree(NULL) is safe this check is probably not required in...
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Mon, 3 Mar 2014 23:54:15 +0000 (01:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 22:42:24 +0000 (14:42 -0800)
commit6fb081577fa86467b93563dca0e0d7b043cf65a2
treed74c96702dc0f7b447ac17e863c5710f58acd23a
parent73e183426f8f3c2a3e030bf63c2112f7a080ded8
Staging:rtl8188eu: fix kfree(NULL) is safe this check is probably not required in rtw_ap.c

Fix checkpatch.pl issues with kfree(NULL) is safe this
check is probably not required in rtw_ap.c

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ap.c