commit | 1d8f95c497053839be326bd97eb3128e3b3312cb | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 18 15:36:07 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Sep 01 14:13:26 2020 +0200 |
tree | db90511fd138f4c11a96ad016f93e53cc6c536c4 | |
parent | 8c23f411296e544ec54f212d28c8ef4b52d818c6 [diff] |
media: radio: si476x: no need to check return value of debugfs_create functions When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>