]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit7f807f280964e31fb32fe6aaa263cfa2488236d8
tree8a6b6f78e8c849a1ed3233c967560446bdce44a7
parent0c888baba8e041c92c5c1882f25b8df5c29bff9f
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