Re: [PATCH 1/5] spmi: msm: Remove wrong and unused code

2023-01-19 Thread Sumit Garg
On Mon, 16 Jan 2023 at 06:03, Alexey Minnekhanov wrote: > > Variable err is never initialized and therefore not needed, > as well as the whole error handler block; the mentioned > "APID->PPID mapping table" is never read in the code anyways. > > Signed-off-by: Alexey Minnekhanov > --- > drivers/

[PATCH 1/5] spmi: msm: Remove wrong and unused code

2023-01-15 Thread Alexey Minnekhanov
Variable err is never initialized and therefore not needed, as well as the whole error handler block; the mentioned "APID->PPID mapping table" is never read in the code anyways. Signed-off-by: Alexey Minnekhanov --- drivers/spmi/spmi-msm.c | 6 -- 1 file changed, 6 deletions(-) diff --git a