commit | 919869214b8e0b24926a278e121879f60df485bb | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Aug 31 10:14:06 2018 -0500 |
committer | Mark Brown <broonie@kernel.org> | Fri Aug 31 16:23:05 2018 +0100 |
tree | 52139a27bba99f51c38deb25af193232cbb5837a | |
parent | c2f0898b86486a459fa8c91d194f3b699498c0c1 [diff] |
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>