summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/debugfs.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-11 20:43:23 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-18 13:47:24 +0200
commit7e9f02a7896bf12bddfa28c4fdc442aa6cc6eda1 (patch)
tree172b2c96d9583809e794140133ecedc035ddf81e /drivers/misc/mei/debugfs.c
parent053cf51040ed0ebc56c1b58453ad502dc4d0927b (diff)
downloadlinux-7e9f02a7896bf12bddfa28c4fdc442aa6cc6eda1.tar.gz
linux-7e9f02a7896bf12bddfa28c4fdc442aa6cc6eda1.tar.bz2
linux-7e9f02a7896bf12bddfa28c4fdc442aa6cc6eda1.zip
mic: 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: Ashutosh Dixit <ashutosh.dixit@intel.com> Cc: linux-kernel@vger.kernel.org Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/debugfs.c')
0 files changed, 0 insertions, 0 deletions