提交 008bec39 编写于 作者: M Mark Brown

ASoC: S3C2412: Failing to get the I2S clock is an error

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 172fd9e2
......@@ -120,7 +120,7 @@ static int s3c2412_i2s_probe(struct platform_device *pdev,
s3c2412_i2s.iis_cclk = clk_get(&pdev->dev, "i2sclk");
if (s3c2412_i2s.iis_cclk == NULL) {
pr_debug("failed to get i2sclk clock\n");
pr_err("failed to get i2sclk clock\n");
iounmap(s3c2412_i2s.regs);
return -ENODEV;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册