Re: [PATCH 3/8] MIPS: pci-rt3883: trivial: remove unused variable

2021-04-13 Thread Sergey Ryazanov
On Tue, Apr 13, 2021 at 9:22 AM Ilya Lipnitskiy wrote: > Fixes the following compiler warning: > warning: unused variable 'flags' [-Wunused-variable] > > Fixes: e5067c718b3a ("MIPS: pci-rt3883: Remove odd locking in PCI config > space access code") > Signed-off-by: Ilya Lipnitskiy > Cc: Sergey

[PATCH 3/8] MIPS: pci-rt3883: trivial: remove unused variable

2021-04-12 Thread Ilya Lipnitskiy
Fixes the following compiler warning: warning: unused variable 'flags' [-Wunused-variable] Fixes: e5067c718b3a ("MIPS: pci-rt3883: Remove odd locking in PCI config space access code") Signed-off-by: Ilya Lipnitskiy Cc: Sergey Ryazanov Cc: triv...@kernel.org --- arch/mips/pci/pci-rt3883.c | 4