]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/s3c24xx/s3c-i2s-v2.c
ASoC: Fix logging severity for some S3C error messages
[linux-2.6-omap-h63xx.git] / sound / soc / s3c24xx / s3c-i2s-v2.c
index b7b8e47ae361035c1108d03e060d5f3727f00b7d..295a4c91026278e85bc566c6e0d18723a33236e8 100644 (file)
@@ -553,7 +553,7 @@ int s3c_i2sv2_probe(struct platform_device *pdev,
 
        i2s->iis_pclk = clk_get(dev, "iis");
        if (i2s->iis_pclk == NULL) {
-               pr_debug("failed to get iis_clock\n");
+               dev_err(dev, "failed to get iis_clock\n");
                iounmap(i2s->regs);
                return -ENOENT;
        }