Re: [RFC PATCH 2/5] RISC-V: No need to pass scause as arg to do_IRQ()

From: Christoph Hellwig
Date: Tue Sep 04 2018 - 14:50:29 EST


On Tue, Sep 04, 2018 at 06:15:11PM +0530, Anup Patel wrote:
> The scause is already part of pt_regs so no need to pass
> scause as separate arg to do_IRQ().
>
> Signed-off-by: Anup Patel <anup@xxxxxxxxxxxxxx>

Looks fine,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>