linux/drivers/staging/rtl8723bs
Shreeya Patel 37edc1ccc9 Staging: rtl8723bs: Do not check for NOT NULL before kfree()
Do not check for NOT NULL before calling kfree because
if the pointer is NULL, no action occurs.
Done using the following semantic patch by coccinelle.

@@
expression ptr;
@@

- if (ptr != NULL)
  kfree(ptr);

Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-21 18:22:07 +01:00
..
core Staging: rtl8723bs: Do not check for NOT NULL before kfree() 2017-12-21 18:22:07 +01:00
hal Staging: rtl8723bs: Replace true with x and false with !x 2017-12-19 15:28:12 +01:00
include Staging/IIO patches for 4.15-rc1 2017-11-13 20:53:28 -08:00
os_dep Staging/IIO patches for 4.15-rc1 2017-11-13 20:53:28 -08:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
TODO