Re: [PATCH 1/2] nds32: remove dump_instr

2020-07-21 Thread Nick Hu
On Mon, Jul 20, 2020 at 01:44:47PM +0200, Christoph Hellwig wrote: > dump_inst has a return before actually doing anything, so just drop the > whole thing. > > Signed-off-by: Christoph Hellwig > --- > arch/nds32/kernel/traps.c | 35 --- > 1 file changed, 35

[PATCH 1/2] nds32: remove dump_instr

2020-07-20 Thread Christoph Hellwig
dump_inst has a return before actually doing anything, so just drop the whole thing. Signed-off-by: Christoph Hellwig --- arch/nds32/kernel/traps.c | 35 --- 1 file changed, 35 deletions(-) diff --git a/arch/nds32/kernel/traps.c b/arch/nds32/kernel/traps.c index