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:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user