Searched hist:"773 aaadcd474d0a4f85915787118891d47b60983" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | diff 773aaadcd474d0a4f85915787118891d47b60983 Fri Nov 03 04:20:47 CDT 2017 Colin Ian King <colin.king@canonical.com> xen/pvcalls: remove redundant check for irq >= 0
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@canonical.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
|