aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/sunxi/sun4i-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/sunxi/sun4i-i2s.c
index 72ed2b8a93e7..fab52347c6d7 100644
--- a/sound/soc/sunxi/sun4i-i2s.c
+++ b/sound/soc/sunxi/sun4i-i2s.c
@@ -621,7 +621,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev)
621 if (IS_ERR(i2s->regmap)) { 621 if (IS_ERR(i2s->regmap)) {
622 dev_err(&pdev->dev, "Regmap initialisation failed\n"); 622 dev_err(&pdev->dev, "Regmap initialisation failed\n");
623 return PTR_ERR(i2s->regmap); 623 return PTR_ERR(i2s->regmap);
624 }; 624 }
625 625
626 i2s->mod_clk = devm_clk_get(&pdev->dev, "mod"); 626 i2s->mod_clk = devm_clk_get(&pdev->dev, "mod");
627 if (IS_ERR(i2s->mod_clk)) { 627 if (IS_ERR(i2s->mod_clk)) {