linux-stable/drivers/staging/rtl8192e
Eric Biggers 23224e4500 mm: remove kzfree() compatibility definition
Commit 453431a549 ("mm, treewide: rename kzfree() to
kfree_sensitive()") renamed kzfree() to kfree_sensitive(),
but it left a compatibility definition of kzfree() to avoid
being too disruptive.

Since then a few more instances of kzfree() have slipped in.

Just get rid of them and remove the compatibility definition
once and for all.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-25 11:39:02 -07:00
..
rtl8192e staging: rtl8192e: convert tasklets to use new tasklet_setup() API 2020-09-16 13:13:00 +02:00
dot11d.c staging: rtl8192e: remove boilerplate license text 2019-03-18 07:06:03 +01:00
dot11d.h Staging: rtl8192e: Replace license text with SPDX identifier 2019-02-21 10:58:11 +01:00
Kconfig Staging / IIO driver updates for 5.10-rc1 2020-10-15 09:46:23 -07:00
Makefile
rtl819x_BA.h staging: rtl8192e: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
rtl819x_BAProc.c staging: rtl8192e: style fix - Prefer using '"%s...", __func__' 2020-02-09 16:22:58 -08:00
rtl819x_HT.h staging: rtl8192e: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
rtl819x_HTProc.c staging: rtl8192e: Using comparison to true is error prone 2020-05-27 10:16:33 +02:00
rtl819x_Qos.h staging: rtl8192e: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
rtl819x_TS.h staging: rtl8192e: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
rtl819x_TSProc.c staging: rtl8192e: style fix - Prefer using '"%s...", __func__' 2020-02-09 16:22:58 -08:00
rtllib.h staging: Replace zero-length array with flexible-array member 2020-02-23 19:18:54 +01:00
rtllib_crypt_ccmp.c staging: rtl8192e: add proper code indent 2020-07-21 16:52:47 +02:00
rtllib_crypt_tkip.c mm: remove kzfree() compatibility definition 2020-10-25 11:39:02 -07:00
rtllib_crypt_wep.c mm: remove kzfree() compatibility definition 2020-10-25 11:39:02 -07:00
rtllib_debug.h staging: rtl8192e: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
rtllib_module.c staging: rtl8192e: rtllib_module: Remove redundant memset 2019-06-20 14:39:15 +02:00
rtllib_rx.c staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 09:23:59 +01:00
rtllib_softmac.c staging: rtl8192e: convert tasklets to use new tasklet_setup() API 2020-09-16 13:13:00 +02:00
rtllib_softmac_wx.c staging: rtl8192e: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
rtllib_tx.c Staging: rtl8192e: fix indent coding style issue in rtllib_tx.c 2020-08-18 15:56:27 +02:00
rtllib_wx.c staging: rtl8192e: Use fallthrough pseudo-keyword 2020-07-28 10:18:51 +02:00
TODO