]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/s3c24xx/s3c2412-i2s.c
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[karo-tx-linux.git] / sound / soc / s3c24xx / s3c2412-i2s.c
index c35b74b2d1dae9e215d048e7717592456225d7a1..a587ec40b449689df4d27a214d16c5d0ef28f7c4 100644 (file)
@@ -121,7 +121,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;
        }