Re: [PATCH 2/3] regulator: remove locking around regulator_notifier_call_chain()

2020-09-06 Thread Dmitry Osipenko
10.08.2020 07:33, Michał Mirosław пишет: > regulator_notifier_call_chain() doesn't need rdev lock and rdev's > existence is assumed in the code anyway. Remove the locks from drivers. > > Signed-off-by: Michał Mirosław > --- > drivers/regulator/da9055-regulator.c | 2 -- > drivers/regulator/da

RE: [PATCH 2/3] regulator: remove locking around regulator_notifier_call_chain()

2020-08-10 Thread Adam Thomson
On 10 August 2020 05:34, Michał Mirosław wrote: > regulator_notifier_call_chain() doesn't need rdev lock and rdev's > existence is assumed in the code anyway. Remove the locks from drivers. > > Signed-off-by: Michał Mirosław For da9*-regulator.c, pv88*-regulator.c and slg51000-regulator.c: Ack