ASoC: arizona: fix indentation issue with return statement
authorColin Ian King <colin.king@canonical.com>
Fri, 16 Nov 2018 15:06:35 +0000 (15:06 +0000)
committerMark 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

index 61294c7..409bed3 100644 (file)
@@ -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: