mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 20:02:10 -04:00
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 <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20220711112212.888895-1-claudiu.beznea@microchip.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
39c5c44fc4
commit
375f53566c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user