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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=375f53566cf04324825b7a0f545aeb4405963bd0;p=linux.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 aba7c5cde62c6..44aefbd5b62c7 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;