diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-09-25 12:26:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-01 12:15:06 +0100 |
commit | 423013f824ab0590c229a107f21c54ac6596c4e1 (patch) | |
tree | d9ffb1e9686f6369db754585fdafddff0070e0f7 /sound/soc/stm | |
parent | 944eedd8c021893d08d02a8eec8e5161327316cd (diff) | |
download | linux-423013f824ab0590c229a107f21c54ac6596c4e1.tar.bz2 |
ASoC: stm32: sai: clean up indentation issue
There is a statement that is indented one level too deeply,
remove the extraneous tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190925112621.9312-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/stm')
-rw-r--r-- | sound/soc/stm/stm32_sai.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/stm/stm32_sai.c b/sound/soc/stm/stm32_sai.c index ef4273361d0d..e20267504b16 100644 --- a/sound/soc/stm/stm32_sai.c +++ b/sound/soc/stm/stm32_sai.c @@ -100,7 +100,7 @@ static int stm32_sai_sync_conf_provider(struct stm32_sai_data *sai, int synco) dev_err(&sai->pdev->dev, "%pOFn%s already set as sync provider\n", sai->pdev->dev.of_node, prev_synco == STM_SAI_SYNC_OUT_A ? "A" : "B"); - stm32_sai_pclk_disable(&sai->pdev->dev); + stm32_sai_pclk_disable(&sai->pdev->dev); return -EINVAL; } |