]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/s3c24xx/s3c24xx-i2s.c
ASoC: Fix logging severity for some S3C error messages
[linux-2.6-omap-h63xx.git] / sound / soc / s3c24xx / s3c24xx-i2s.c
index 2fbead33b7c24ff723c211885e873de3dd9b3ff0..580cfed71cc917bc19a694f30301da7497697708 100644 (file)
@@ -390,7 +390,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev,
 
        s3c24xx_i2s.iis_clk = clk_get(&pdev->dev, "iis");
        if (s3c24xx_i2s.iis_clk == NULL) {
-               pr_debug("failed to get iis_clock\n");
+               pr_err("failed to get iis_clock\n");
                iounmap(s3c24xx_i2s.regs);
                return -ENODEV;
        }