ASoC: S3C2412: Failing to get the I2S clock is an error
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 24 Apr 2009 15:27:09 +0000 (16:27 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 24 Apr 2009 16:40:06 +0000 (17:40 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c2412-i2s.c

index b7e0b3f..168a088 100644 (file)
@@ -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;
        }