OSDN Git Service

ASoC: Make soc_dpcm_debugfs_add() non-fatal
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 9 Apr 2015 08:52:37 +0000 (10:52 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 9 Apr 2015 10:32:29 +0000 (11:32 +0100)
commit2e55b90a5e234524f8195c657006ec4f71103dff
tree060bbeb681c5744cce98db58918ed4581eb48a6a
parent0757d834eb7482e5763fb9ee014abb50789f906a
ASoC: Make soc_dpcm_debugfs_add() non-fatal

Failing to register the debugfs entries is not fatal and will not affect
normal operation of the sound card. Don't abort the card registration if
soc_dpcm_debugfs_add() fails.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dpcm.h
sound/soc/soc-core.c
sound/soc/soc-pcm.c