From: Claudiu Beznea Date: Mon, 11 Jul 2022 11:22:12 +0000 (+0300) Subject: ASoC: atmel: mchp-pdmc: remove space in front of mchp_pdmc_dt_init() X-Git-Tag: v6.0-rc1~20^2~17^2~69 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=375f53566cf04324825b7a0f545aeb4405963bd0;p=linux-block.git ASoC: atmel: mchp-pdmc: remove space in front of mchp_pdmc_dt_init() Remove extra space in front of mchp_pdmc_dt_init(). Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/20220711112212.888895-1-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/mchp-pdmc.c b/sound/soc/atmel/mchp-pdmc.c index aba7c5cde62c..44aefbd5b62c 100644 --- a/sound/soc/atmel/mchp-pdmc.c +++ b/sound/soc/atmel/mchp-pdmc.c @@ -985,7 +985,7 @@ static int mchp_pdmc_probe(struct platform_device *pdev) return -ENOMEM; dd->dev = &pdev->dev; - ret = mchp_pdmc_dt_init(dd); + ret = mchp_pdmc_dt_init(dd); if (ret < 0) return ret;