Hi

one error:

On Tue, 13 Dec 2011, Paul Walmsley wrote:

> struct clk *c;
> 
> c = clk_get(dev_name(dev), "fck");

This should just be 

c = clk_get(dev, "fck");

sorry about that...
> 


- Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to