]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tas6424: Print full register name in error message
authorAndrew F. Davis <afd@ti.com>
Fri, 31 Aug 2018 15:14:06 +0000 (10:14 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 31 Aug 2018 15:23:05 +0000 (16:23 +0100)
commit0ec98c2b7d26744424b12b4a0891375c765571cc
tree52139a27bba99f51c38deb25af193232cbb5837a
parent0d234d362bc47e9826f3f0f1c17d780af34e8503
ASoC: tas6424: Print full register name in error message

The current short version of the register name may be
ambiguous when another fault register detection is added.
Use the full name.

While here fix comment about clearing faults, the CLEAR_FAULT
register actually only clears sticky bits, which are only
warnings, fault bits can only cleared by resolving the fault.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas6424.c