Skip to content

Commit 5d78b02

Browse files
AxelLinbroonie
authored andcommitted
ASoC: cs35l33: Fix display revision id
Signed-off-by: Axel Lin <[email protected]> Acked-by: Paul Handrigan <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 410fe39 commit 5d78b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/cs35l33.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ static int cs35l33_i2c_probe(struct i2c_client *i2c_client,
12191219
}
12201220

12211221
dev_info(&i2c_client->dev,
1222-
"Cirrus Logic CS35L33, Revision: %02X\n", ret & 0xFF);
1222+
"Cirrus Logic CS35L33, Revision: %02X\n", reg & 0xFF);
12231223

12241224
ret = regmap_register_patch(cs35l33->regmap,
12251225
cs35l33_patch, ARRAY_SIZE(cs35l33_patch));

0 commit comments

Comments
 (0)