]> 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)
commit0a445d34c111209f9f35477ffe729df17aa1e0e5
tree52139a27bba99f51c38deb25af193232cbb5837a
parent016157f9dcd4b09aec5e38cde129ef62b5d11a4c
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