]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm_adsp: no need to check return value of debugfs_create functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Jun 2019 09:47:54 +0000 (11:47 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 14 Jun 2019 15:37:37 +0000 (16:37 +0100)
commitbba3827c977d90bf91556d200d7ce8abf9092c0c
tree8a6b6f78e8c849a1ed3233c967560446bdce44a7
parentd3c8fa90d9451dae14d9647b47b3517ea95bfa27
ASoC: wm_adsp: 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>
Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c