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)
commit919869214b8e0b24926a278e121879f60df485bb
tree52139a27bba99f51c38deb25af193232cbb5837a
parentc2f0898b86486a459fa8c91d194f3b699498c0c1
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