mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 23:23:55 +08:00
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 <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6857b9d088
commit
812fb75d97
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user