Re: [PATCH] clk: keystone: Fix an error checking

From: Christophe JAILLET
Date: Mon Oct 24 2016 - 16:14:24 EST


Hi,

Thanks for the review and comments.

I'll send another patch for that.
It will not be tagged as v2 because it will be part of a patch set for some other potential fixes.

CJ

Le 24/10/2016 à 12:41, Lars-Peter Clausen a écrit :
On 10/24/2016 12:36 PM, Dan Carpenter wrote:
On Sun, Oct 23, 2016 at 10:12:49AM +0200, Christophe JAILLET wrote:
clk_register_pll() can return ERR_PTR(-ENOMEM) so here the check against
NULL only is not correct.

Change the ERR_PTR(-ENOMEM) to a NULL instead.
In this particular case propagate the error returned by clk_register().

--
To unsubscribe from this list: send the line "unsubscribe linux-clk" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html