ASoC: Fix error message formatting in s3c64xx-i2s driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
72e31981a4
commit
09aa60df92
@ -215,7 +215,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)
|
||||
|
||||
i2s->iis_cclk = clk_get(&pdev->dev, "audio-bus");
|
||||
if (IS_ERR(i2s->iis_cclk)) {
|
||||
dev_err(&pdev->dev, "failed to get audio-bus");
|
||||
dev_err(&pdev->dev, "failed to get audio-bus\n");
|
||||
ret = PTR_ERR(i2s->iis_cclk);
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user