]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: rt286: check regmap_read result for ID check
authorBard Liao <bardliao@realtek.com>
Tue, 24 Mar 2015 01:51:12 +0000 (09:51 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 24 Mar 2015 15:56:13 +0000 (08:56 -0700)
commit143526ee94a295ed33b9cc19e9532ab6d14a1cc0
tree09c471bea9d2cf97c7575a9bc81f883b9b30b06e
parent0dd96b3e39df83265ef3f79170a623cebee50380
ASoC: rt286: check regmap_read result for ID check

It is worth to check the regmap_read result for ID check since it
is the first regmap_read. And we can check if there is any i2c
issue.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt286.c