On Fri, Jan 11, 2019 at 4:02 PM Jason Kridner <jkridner@xxxxxxxxx> wrote: > Fixes issue created by 9b3e4207661e67f04c72af15e29f74cd944f5964. > > It wasn't possible for one_regmap_config to be non-NULL at the point > it was tested for mcp23s18 devices. > > Applied the same pattern of allocating one_regmap_config using > devm_kmemdump() and then initializing the local regmap structure > from that. > > Signed-off-by: Jason Kridner <jdk@xxxxxx> > --- > Changes in v2: > - Rebased on master. Patch applied for fixes. Yours, Linus Walleij