Re: [PATCH v2 5/8] powerpc/xive: Drop check on irq_data in xive_core_debug_show()

2021-03-09 Thread Greg Kurz
On Wed, 3 Mar 2021 18:48:54 +0100 Cédric Le Goater wrote: > When looping on IRQ descriptor, irq_data is always valid. > > Reported-by: kernel test robot > Reported-by: Dan Carpenter > Fixes: 930914b7d528 ("powerpc/xive: Add a debugfs file to dump internal XIVE > state") > Signed-off-by:

[PATCH v2 5/8] powerpc/xive: Drop check on irq_data in xive_core_debug_show()

2021-03-03 Thread Cédric Le Goater
When looping on IRQ descriptor, irq_data is always valid. Reported-by: kernel test robot Reported-by: Dan Carpenter Fixes: 930914b7d528 ("powerpc/xive: Add a debugfs file to dump internal XIVE state") Signed-off-by: Cédric Le Goater --- arch/powerpc/sysdev/xive/common.c | 21