j
k
j a
j l
On Mon, Jul 28, 2014 at 07:41:58PM +0800, Nicolin Chen wrote:
pdata->mclk = devm_clk_get(&i2c->dev, NULL);
This is broken for deferred probe.
clk_prepare_enable(wm8962->pdata.mclk);
Missing error checking.
Attachments:
Back to the thread
Back to the list