Re: [PATCH 1/2] clk: sprd: Switch from of_iomap() to devm_ioremap_resource()

From: Stephen Boyd
Date: Tue May 21 2019 - 14:59:51 EST


Quoting Baolin Wang (2019-05-20 23:38:03)
> On Tue, 21 May 2019 at 14:15, Chunyan Zhang <zhang.chunyan@xxxxxxxxxx> wrote:
> > &sprdclk_regmap_config);
> > - if (IS_ERR_OR_NULL(regmap)) {
> > + if (IS_ERR(regmap)) {
>
> You did not mention this fix in your commit message, and it's better
> to move into one separate patch.
>

Please resend with it split out.