ASoC: Trivial formatting fix in soc-core.c
Utterly trivial but it annoys me. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
58e494247a
commit
25032c119e
|
@ -105,7 +105,7 @@ static int format_register_str(struct snd_soc_codec *codec,
|
|||
if (wordsize + regsize + 2 + 1 != len)
|
||||
return -EINVAL;
|
||||
|
||||
ret = snd_soc_read(codec , reg);
|
||||
ret = snd_soc_read(codec, reg);
|
||||
if (ret < 0) {
|
||||
memset(regbuf, 'X', regsize);
|
||||
regbuf[regsize] = '\0';
|
||||
|
|
Loading…
Reference in New Issue