]> 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)
commit631d4d213dbc2e7006622594c6b407f0a70db90b
tree8a6b6f78e8c849a1ed3233c967560446bdce44a7
parenta783308d1ecaab6d7855caea9a9e5c1a0252d7ab
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