staging: r8188eu: Remove some false positives from kmemleak
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 5 Jun 2016 15:20:59 +0000 (10:20 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:28:59 +0000 (18:28 +0200)
commitbc83c4cfc2e643d7f053318f4bd2f6bae8936643
tree485caf0ac69b74a605826481a93ed5a2de2e56ca
parent580b4105530796b63bbbf6a093678c60144275e9
staging: r8188eu: Remove some false positives from kmemleak

When this driver preallocates some SKBs, kmemleak is unable to find that
allocated memory when it scans. When the driver is unloaded, that memory
is released; therefore, the report is a false positive.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c