diff options
author | Claudiu Beznea <[email protected]> | 2022-07-11 14:22:12 +0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-07-11 16:16:12 +0100 |
commit | 375f53566cf04324825b7a0f545aeb4405963bd0 (patch) | |
tree | 32c4893c95f006554f3871487480e4f34b5af079 | |
parent | 39c5c44fc451c083908e77c3b2762fae2bf8acca (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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; |