diff options
Diffstat (limited to 'sound/soc/tegra/tegra_i2s.c')
-rw-r--r-- | sound/soc/tegra/tegra_i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_i2s.c b/sound/soc/tegra/tegra_i2s.c index 6d668785e9af..870ee361f757 100644 --- a/sound/soc/tegra/tegra_i2s.c +++ b/sound/soc/tegra/tegra_i2s.c | |||
@@ -386,7 +386,7 @@ static __devinit int tegra_i2s_platform_probe(struct platform_device *pdev) | |||
386 | snprintf(clk_name, sizeof(clk_name), DRV_NAME ".%d", pdev->id); | 386 | snprintf(clk_name, sizeof(clk_name), DRV_NAME ".%d", pdev->id); |
387 | i2s->clk_i2s = clk_get_sys(clk_name, NULL); | 387 | i2s->clk_i2s = clk_get_sys(clk_name, NULL); |
388 | if (IS_ERR(i2s->clk_i2s)) { | 388 | if (IS_ERR(i2s->clk_i2s)) { |
389 | pr_err("Can't retrieve i2s clock\n"); | 389 | dev_err(&pdev->dev, "Can't retrieve i2s clock\n"); |
390 | ret = PTR_ERR(i2s->clk_i2s); | 390 | ret = PTR_ERR(i2s->clk_i2s); |
391 | goto err_free; | 391 | goto err_free; |
392 | } | 392 | } |