Re: [PATCH] xtensa/PCI: Remove unused variable

2019-06-17 Thread Max Filippov
On Sun, Jun 16, 2019 at 7:12 AM Guenter Roeck wrote: > > gcc reports: > > arch/xtensa/kernel/pci.c:40:32: warning: > 'pci_ctrl_tail' defined but not used > > which is indeed the case. > > Signed-off-by: Guenter Roeck > --- > arch/xtensa/kernel/pci.c | 1 - > 1 file changed, 1 deletion(-)

[PATCH] xtensa/PCI: Remove unused variable

2019-06-16 Thread Guenter Roeck
gcc reports: arch/xtensa/kernel/pci.c:40:32: warning: 'pci_ctrl_tail' defined but not used which is indeed the case. Signed-off-by: Guenter Roeck --- arch/xtensa/kernel/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/xtensa/kernel/pci.c b/arch/xtensa/kernel/pci.c index 8b