Re: [PATCH] xen/pvcalls: remove redundant check for irq >= 0

From: Juergen Gross
Date: Fri Nov 03 2017 - 06:01:48 EST


On 03/11/17 10:20, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> This is a moot point, but irq is always less than zero at the label
> out_error, so the check for irq >= 0 is redundant and can be removed.
>
> Detected by CoverityScan, CID#1460371 ("Logically dead code")
>
> Fixes: cb1c7d9bbc87 ("xen/pvcalls: implement connect command")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Reviewed-by: Juergen Gross <jgross@xxxxxxxx>


Juergen