summary refs log tree commit diff
path: root/sound/soc/codecs/cs35l34.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-10-25 22:39:36 +0800
committerMark Brown <broonie@kernel.org>2016-10-25 20:27:50 +0100
commit55060feefcdff692ace47b1a2346998dfcd4bcb5 (patch)
tree6fafec7054c7b6c005688c31641a5419683c58de /sound/soc/codecs/cs35l34.c
parentc1124c09e1035cabdbc17d4538ae6f922086fec9 (diff)
downloadlinux-55060feefcdff692ace47b1a2346998dfcd4bcb5.tar.gz
ASoC: cs35l34: Remove CS35L34_CHIP_ID from cs35l34_readable_register
CS35L34_CHIP_ID is not a register address, it's the value read from
CS35L34_DEVID_AB/CD/E registers.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs35l34.c')
-rw-r--r--sound/soc/codecs/cs35l34.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l34.c b/sound/soc/codecs/cs35l34.c
index 404538379586..e0f672af1d84 100644
--- a/sound/soc/codecs/cs35l34.c
+++ b/sound/soc/codecs/cs35l34.c
@@ -145,7 +145,6 @@ static bool cs35l34_volatile_register(struct device *dev, unsigned int reg)
 static bool cs35l34_readable_register(struct device *dev, unsigned int reg)
 {
 	switch (reg) {
-	case	CS35L34_CHIP_ID:
 	case	CS35L34_DEVID_AB:
 	case	CS35L34_DEVID_CD:
 	case	CS35L34_DEVID_E: