Messages in this thread |  | | Subject | Re: [PATCH 1/2] clk: sprd: Switch from of_iomap() to devm_ioremap_resource() | From | Stephen Boyd <> | Date | Tue, 21 May 2019 11:57:13 -0700 |
| |
Quoting Baolin Wang (2019-05-20 23:38:03) > On Tue, 21 May 2019 at 14:15, Chunyan Zhang <zhang.chunyan@linaro.org> 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.
|  |