summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-18 18:54:40 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-06-22 12:44:00 +0300
commit8915aacac4dd5326a07f6b9c01f266289c57c71e (patch)
tree4f36567a358c561da33ce4aa3fba1ee68d78dd25 /samples
parent1c349f4fd36e7f957217402f3a7f87031dc8a0b7 (diff)
downloadlinux-8915aacac4dd5326a07f6b9c01f266289c57c71e.tar.xz
iio: core: 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. Cc: Jonathan Cameron <jic23@kernel.org> Cc: Hartmut Knaack <knaack.h@gmx.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net> Cc: linux-iio@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions