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)
commit227ab8baa15bdd7a48acfb7b61c52a7a5eb87e72
treec6667b129db854240efbe1f2872e4325441273ff
parent7f807f280964e31fb32fe6aaa263cfa2488236d8
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