On Sun, Jan 29, 2017 at 04:53:38PM +0200, Kalle Valo wrote: > Stanislaw Gruszka <sgruszka@xxxxxxxxxx> writes: > > > clk_get() takes two arguments and might return ERR_PTR(), so we > > have to nullify pointer on that case, to do not break further call > > to clk_get_rate(). > > > > Reported-by: Felix Fietkau <nbd@xxxxxxxx> > > Fixes: 34db70b92fae5 ("rt2x00: add copy of clk for soc devices") > > Signed-off-by: Stanislaw Gruszka <sgruszka@xxxxxxxxxx> > > The commit id looks wrong, I think it should be: > > Fixes: 34db70b92fae ("rt2x00: add copy of clk for soc devices") Yes, this one is correct. > I can fix that during commit. Please do, thanks. Stanislaw