staging: rtl8723au: Remove unnecessary null test before kfree
authorFabian Frederick <fabf@skynet.be>
Tue, 1 Jul 2014 08:11:23 +0000 (10:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 22:56:37 +0000 (15:56 -0700)
commit352f145d8fce34aa75b58cca102587ba7bce4412
treebea422f60a67eb38dcdfc1b2336832478ac581e0
parent42f984eb6f0ed957825d13fa81c308a50c4cab17
staging: rtl8723au: Remove unnecessary null test before kfree

Fix checkpatch warning:
WARNING: kfree(NULL) is safe this check is probably not required

Cc: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Jes Sorensen <Jes.Sorensen@redhat.com>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_cmd.c
This page took 0.029996 seconds and 5 git commands to generate.