Skip to content

Commit

Permalink
ASoC: cs35l35: Fix display revision id
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <[email protected]>
Acked-by: Paul Handrigan <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
AxelLin authored and broonie committed Mar 13, 2017
1 parent bf5043d commit 8287516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs35l35.c
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ static int cs35l35_i2c_probe(struct i2c_client *i2c_client,
}

dev_info(dev, "Cirrus Logic CS35L35 (%x), Revision: %02X\n",
devid, ret & 0xFF);
devid, reg & 0xFF);

/* Set the INT Masks for critical errors */
regmap_write(cs35l35->regmap, CS35L35_INT_MASK_1,
Expand Down

0 comments on commit 8287516

Please sign in to comment.