[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101127022315.GF7893@linux-sh.org>
Date: Sat, 27 Nov 2010 11:23:15 +0900
From: Paul Mundt <lethal@...ux-sh.org>
To: Vasiliy Kulikov <segoon@...nwall.com>
Cc: Guennadi Liakhovetski <g.liakhovetski@....de>,
kernel-janitors@...r.kernel.org,
Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>,
Magnus Damm <damm@...nsource.se>, linux-sh@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sh: boards: mach-se: use IS_ERR() instead of NULL check
On Fri, Nov 26, 2010 at 08:45:33PM +0300, Vasiliy Kulikov wrote:
> Hi Guennadi,
>
> On Fri, Nov 26, 2010 at 18:38 +0100, Guennadi Liakhovetski wrote:
> > On Fri, 26 Nov 2010, Vasiliy Kulikov wrote:
> > > clk_get() returns ERR_PTR() on error, not NULL.
> > >
> > > Signed-off-by: Vasiliy Kulikov <segoon@...nwall.com>
> >
> > Yep, there are, probably, a couple more of these, similar to
>
> I found a bit more, but I'd like to get feedback on these or just see it
> applied first ;)
>
It's a reasonable change, yes. The old clk_get() scanned multiple lists,
and could return NULL or -ENOENT depending on which path failed. Now that
everything is consolidated through the clk_get_sys() lookup, the NULL
checks should probably all be replaced.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists