diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-07-11 13:22:12 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-11 17:16:12 +0200 |
commit | 375f53566cf04324825b7a0f545aeb4405963bd0 (patch) | |
tree | 32c4893c95f006554f3871487480e4f34b5af079 /sound/soc/atmel/mchp-pdmc.c | |
parent | ASoC: Merge up fixes (diff) | |
download | linux-375f53566cf04324825b7a0f545aeb4405963bd0.tar.xz linux-375f53566cf04324825b7a0f545aeb4405963bd0.zip |
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>
Diffstat (limited to 'sound/soc/atmel/mchp-pdmc.c')
-rw-r--r-- | sound/soc/atmel/mchp-pdmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |