[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMz4kuJ6S4NfhGk=jQiha+xbuke441Lp5FBSjsgO=2GY=6S5eQ@mail.gmail.com>
Date: Sun, 29 Sep 2019 10:30:31 +0800
From: Baolin Wang <baolin.wang@...aro.org>
To: Stephen Boyd <sboyd@...nel.org>
Cc: Michael Turquette <mturquette@...libre.com>,
Orson Zhai <orsonzhai@...il.com>,
Chunyan Zhang <zhang.lyra@...il.com>,
linux-clk@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] clk: sprd: Use IS_ERR() to validate the return value
of syscon_regmap_lookup_by_phandle()
Hi Stephen,
On Sat, 28 Sep 2019 at 02:45, Stephen Boyd <sboyd@...nel.org> wrote:
>
> Quoting Baolin Wang (2019-09-26 20:50:53)
> > The syscon_regmap_lookup_by_phandle() will never return NULL, thus use
> > IS_ERR() to validate the return value instead of IS_ERR_OR_NULL().
> >
> > Signed-off-by: Baolin Wang <baolin.wang@...aro.org>
> > ---
> > drivers/clk/sprd/common.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Fixes tag?
Yes, the fixes tag should be:
Fixes: d41f59fd92f2 ("clk: sprd: Add common infrastructure")
Do I need to resend this patch with adding the fixes tag?
--
Baolin Wang
Best Regards
Powered by blists - more mailing lists