Re: [PATCH RFT] regulator: tps6507x: Fix boot regression due to testing wrong init_data pointer

2019-05-16 Thread Sekhar Nori
On 16/05/19 6:18 PM, Axel Lin wrote: > A NULL init_data once incremented will lead to oops, fix it. > > Fixes: f979c08f7624 ("regulator: tps6507x: Convert to regulator core's > simplified DT parsing code") > Reported-by: Sekhar Nori > Signed-off-by: Axel Lin > --- > Hi Sekhar, > Please check

[PATCH RFT] regulator: tps6507x: Fix boot regression due to testing wrong init_data pointer

2019-05-16 Thread Axel Lin
A NULL init_data once incremented will lead to oops, fix it. Fixes: f979c08f7624 ("regulator: tps6507x: Convert to regulator core's simplified DT parsing code") Reported-by: Sekhar Nori Signed-off-by: Axel Lin --- Hi Sekhar, Please check if this patch works, thanks. Axel