Re: [PATCH v1] OPP: Fix crashing when current OPP has unsupportable voltage

2019-06-24 Thread Dmitry Osipenko
24.06.2019 10:18, Viresh Kumar пишет: > On 23-06-19, 20:50, Dmitry Osipenko wrote: >> Fix NULL dereference caused by a typo in the code. In particular it >> happens when CPU is running on a frequency which has unsupportable voltage >> (by regulator) defined in the OPP table and a custom set_opp() c

Re: [PATCH v1] OPP: Fix crashing when current OPP has unsupportable voltage

2019-06-24 Thread Viresh Kumar
On 23-06-19, 20:50, Dmitry Osipenko wrote: > Fix NULL dereference caused by a typo in the code. In particular it > happens when CPU is running on a frequency which has unsupportable voltage > (by regulator) defined in the OPP table and a custom set_opp() callback is > being used. The problem was sp

[PATCH v1] OPP: Fix crashing when current OPP has unsupportable voltage

2019-06-23 Thread Dmitry Osipenko
Fix NULL dereference caused by a typo in the code. In particular it happens when CPU is running on a frequency which has unsupportable voltage (by regulator) defined in the OPP table and a custom set_opp() callback is being used. The problem was spotted during of testing of upcoming update for the