29 Jul
2014
29 Jul
'14
11:52 a.m.
On Tue, Jul 29, 2014 at 10:55:19AM +0800, Nicolin Chen wrote:
On Mon, Jul 28, 2014 at 03:19:43PM -0300, Fabio Estevam wrote:
pdata->mclk = devm_clk_get(&i2c->dev, NULL);
This is broken for deferred probe.
Sorry. I don't get why deferred probe would be broken by this. And I just took a test by adding this:
I don't see the code that actually pays attention to the return value from devm_clk_get() - in the main probe function the code just treats all errors as a missing MCLK.