staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style issue
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Tue, 18 Aug 2015 16:58:13 +0000 (12:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:34 +0000 (18:24 -0700)
commitefe8a7fad59f4e157485e91d84210fe7496afa03
tree2fb850a6a4a854d76fea88b265e5a9c7b460b1e2
parentb31c1013502848fef8e5ead3d920d46b8b1d1e4c
staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style issue

kfree(NULL) is safe and the checks were not required.

Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c