diff options
Diffstat (limited to 'sound/soc/davinci/davinci-i2s.c')
-rw-r--r-- | sound/soc/davinci/davinci-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index f7330e112be5..e5cd97b74c50 100644 --- a/sound/soc/davinci/davinci-i2s.c +++ b/sound/soc/davinci/davinci-i2s.c | |||
@@ -528,7 +528,7 @@ static int davinci_i2s_probe(struct platform_device *pdev) | |||
528 | goto err_release_region; | 528 | goto err_release_region; |
529 | } | 529 | } |
530 | 530 | ||
531 | dev->clk = clk_get(&pdev->dev, pdata->clk_name); | 531 | dev->clk = clk_get(&pdev->dev, NULL); |
532 | if (IS_ERR(dev->clk)) { | 532 | if (IS_ERR(dev->clk)) { |
533 | ret = -ENODEV; | 533 | ret = -ENODEV; |
534 | goto err_free_mem; | 534 | goto err_free_mem; |