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

From: Boris Ostrovsky
Date: Wed Nov 08 2017 - 16:19:41 EST


On 11/03/2017 06:01 AM, Juergen Gross wrote:
> 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>


Applied to for-linus-4.15.

-boris