Quoting Baolin Wang (2019-05-20 23:38:03) > On Tue, 21 May 2019 at 14:15, Chunyan Zhang <[email protected]> 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.

