Re: [PATCH] arm64: Remove unused variable in arch_show_interrupts

2021-01-05 Thread David Brazdil
On Tue, Jan 05, 2021 at 06:08:35PM +, Catalin Marinas wrote:
> On Tue, Jan 05, 2021 at 06:03:14PM +, David Brazdil wrote:
> > Commit 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu() in
> > arch_show_interrupts()") removed the only user of variable `irq`.
> > Remove the unused variable.
> > 
> > Signed-off-by: David Brazdil 
> 
> Please search the list for similar patches. I can count 5-6 and the
> number is growing ;) (and I queued one already).

Sorry, my bad. Need to get my email client out of the kvmarm list once in a
while. O:)


Re: [PATCH] arm64: Remove unused variable in arch_show_interrupts

2021-01-05 Thread Catalin Marinas
On Tue, Jan 05, 2021 at 06:03:14PM +, David Brazdil wrote:
> Commit 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu() in
> arch_show_interrupts()") removed the only user of variable `irq`.
> Remove the unused variable.
> 
> Signed-off-by: David Brazdil 

Please search the list for similar patches. I can count 5-6 and the
number is growing ;) (and I queued one already).

-- 
Catalin