summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2017-11-27 04:25:29 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-13 08:38:18 -0500
commitb1728ff617f88a1f7a5d8c8f21fe17a2f6af5d16 (patch)
tree8216602952d3282a3f49e8b97917cf544277d3a8 /include
parent22f584c5c665461d6bb3d4e242084e4a5b87d5b6 (diff)
downloadlinux-b1728ff617f88a1f7a5d8c8f21fe17a2f6af5d16.tar.bz2
media: dvb_frontend: fix ifnullfree.cocci warnings
drivers/media/dvb-core/dvb_frontend.c:154:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values. NULL check before some freeing functions is not needed. Based on checkpatch warning "kfree(NULL) is safe this check is probably not required" and kfreeaddr.cocci by Julia Lawall. Generated by: scripts/coccinelle/free/ifnullfree.cocci Fixes: b1cb7372fa82 ("dvb_frontend: don't use-after-free the frontend struct") Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions