From: Colin Ian King Date: Fri, 16 Nov 2018 15:06:35 +0000 (+0000) Subject: ASoC: arizona: fix indentation issue with return statement X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=812fb75d977efb0257fe41700e6f8e04900ab27c;p=linux.git ASoC: arizona: fix indentation issue with return statement The return statement is indented incorrectly. Fix this by adding in the missing tab. Signed-off-by: Colin Ian King Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8998.c b/sound/soc/codecs/wm8998.c index 61294c787f274..409bed30a4e48 100644 --- 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: