]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: siano: remove redundant null pointer checks in cec_devnode_init()
authorLi Zetao <lizetao1@huawei.com>
Tue, 10 Sep 2024 15:48:03 +0000 (23:48 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 12 Oct 2024 14:28:25 +0000 (16:28 +0200)
commit2c21fd53a1a0ab8cf0438a9d554ad47d1e9704b2
tree2f03dc391a8a49399df7c16188e59c0d574048b0
parent672f24ed6ebcd986688c6674a6d994a265fefc25
media: siano: remove redundant null pointer checks in cec_devnode_init()

Since the debugfs_create_dir() never returns a null pointer, checking
the return value for a null pointer is redundant, Remove this check
since debugfs_create_file can handle IS_ERR pointers.

Signed-off-by: Li Zetao <lizetao1@huawei.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/common/siano/smsdvb-debugfs.c