projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6857b9d
)
ASoC: arizona: fix indentation issue with return statement
author
Colin Ian King
<colin.king@canonical.com>
Fri, 16 Nov 2018 15:06:35 +0000
(15:06 +0000)
committer
Mark Brown
<broonie@kernel.org>
Sat, 17 Nov 2018 03:08:31 +0000
(19:08 -0800)
The return statement is indented incorrectly. Fix this by adding in
the missing tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8998.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8998.c
b/sound/soc/codecs/wm8998.c
index 61294c787f27423a0aa083777f521971c27717b9..409bed30a4e48e580dadc80ca7af3a7df9ac8159 100644
(file)
--- a/
sound/soc/codecs/wm8998.c
+++ b/
sound/soc/codecs/wm8998.c
@@
-60,7
+60,7
@@
static int wm8998_asrc_ev(struct snd_soc_dapm_widget *w,
dev_warn(component->dev,
"Unsupported ASRC rate1 (%s)\n",
arizona_sample_rate_val_to_name(val));
- return -EINVAL;
+
return -EINVAL;
}
break;
default: