From: Mark Brown Date: Fri, 24 Apr 2009 15:27:09 +0000 (+0100) Subject: ASoC: S3C2412: Failing to get the I2S clock is an error X-Git-Tag: v2.6.31-rc5~1^2~13^2~29^2~85 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=008bec397cdabd22a6f4e4c16a746a86a046f8af;p=~andy%2Flinux ASoC: S3C2412: Failing to get the I2S clock is an error Signed-off-by: Mark Brown --- diff --git a/sound/soc/s3c24xx/s3c2412-i2s.c b/sound/soc/s3c24xx/s3c2412-i2s.c index b7e0b3f0bfc..168a088ba76 100644 --- a/sound/soc/s3c24xx/s3c2412-i2s.c +++ b/sound/soc/s3c24xx/s3c2412-i2s.c @@ -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; }