]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: no need to check return value of debugfs_create functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Jun 2019 09:47:55 +0000 (11:47 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 14 Jun 2019 15:37:48 +0000 (16:37 +0100)
commit4bdb77c1edd053daf44d4441a88ed0884d2269ca
treec6667b129db854240efbe1f2872e4325441273ff
parentbba3827c977d90bf91556d200d7ce8abf9092c0c
ASoC: fsl: 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: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c
sound/soc/fsl/fsl_ssi.h
sound/soc/fsl/fsl_ssi_dbg.c
sound/soc/fsl/imx-audmux.c