On Mon, Dec 08, 2008 at 10:51:46PM +0200, Felipe Balbi wrote:
> +     if (IS_ERR(info->clk)) {
> +             ret = PTR_ERR(info->clk);
> +             dev_dbg(&pdev->dev, "unable to get AEMIFCLK, err %d", ret);

on little fix here:

-               dev_dbg(&pdev->dev, "unable to get AEMIFCLK, err %d", ret);
+               dev_dbg(&pdev->dev, "unable to get AEMIFCLK, err %d\n", ret);

-- 
balbi

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to