summaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/s3c-i2s-v2.c
diff options
context:
space:
mode:
authorMark Brown2009-03-06 19:13:43 +0100
committerMark Brown2009-03-06 19:13:43 +0100
commitb52a5195efd6173c06107ca5beb44389130596dc (patch)
treec934c0af90589f3017d2175ff76c6f75cc0883db /sound/soc/s3c24xx/s3c-i2s-v2.c
parentASoC: Re-remove hand-rolled pr_debug() macros (diff)
downloadkernel-qcow2-linux-b52a5195efd6173c06107ca5beb44389130596dc.tar.gz
kernel-qcow2-linux-b52a5195efd6173c06107ca5beb44389130596dc.tar.xz
kernel-qcow2-linux-b52a5195efd6173c06107ca5beb44389130596dc.zip
ASoC: Fix logging severity for some S3C error messages
Upgrade the severity of some failure messages from debug level so they're displayed by default. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/s3c-i2s-v2.c')
-rw-r--r--sound/soc/s3c24xx/s3c-i2s-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index b7b8e47ae361..295a4c910262 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -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;
}