diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-01-16 17:32:21 -0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-20 13:58:31 +0000 |
commit | f2c6e757f60d3d3e90dc5d1f1ff1a241dc0ea916 (patch) | |
tree | 605f4023a2ffd0623cb196569a7ae39e43f4a2a6 /sound | |
parent | 0132615da5bd97c74e4a015721039ef17a4841de (diff) | |
download | linux-3.10-f2c6e757f60d3d3e90dc5d1f1ff1a241dc0ea916.tar.gz linux-3.10-f2c6e757f60d3d3e90dc5d1f1ff1a241dc0ea916.tar.bz2 linux-3.10-f2c6e757f60d3d3e90dc5d1f1ff1a241dc0ea916.zip |
ASoC: sgtl5000: Print revision number in hex
Throughout the sgtl5000 driver source code and also in the sgtl5000 datasheet
the revision code is shown in hexadecimal.
Print it hex format, for consistency.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/sgtl5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index 7f4ba819a9f..04ea4850cd4 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c @@ -1248,7 +1248,7 @@ static int sgtl5000_enable_regulators(struct snd_soc_codec *codec) } rev = (reg & SGTL5000_REVID_MASK) >> SGTL5000_REVID_SHIFT; - dev_info(codec->dev, "sgtl5000 revision %d\n", rev); + dev_info(codec->dev, "sgtl5000 revision 0x%x\n", rev); /* * workaround for revision 0x11 and later, |