diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-03 09:42:02 +0100 |
---|---|---|
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2017-11-03 16:38:27 +0100 |
commit | 95110ac88d5139c73eef6ede37eff23c4089f4f2 (patch) | |
tree | ce0fa7aa52ff330e56e6be4d10e2ab38c8ac0e90 /drivers/i2c | |
parent | xen/time: Return -ENODEV from xen_get_wallclock() (diff) | |
download | linux-95110ac88d5139c73eef6ede37eff23c4089f4f2.tar.xz linux-95110ac88d5139c73eef6ede37eff23c4089f4f2.zip |
xen/pvcalls: fix unsigned less than zero error check
The check on bedata->ref is never true because ref is an unsigned
integer. Fix this by assigning signed int ret to the return of the
call to gnttab_claim_grant_reference so the -ve return can be checked.
Detected by CoverityScan, CID#1460358 ("Unsigned compared against 0")
Fixes: 219681909913 ("xen/pvcalls: connect to the backend")
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>
Diffstat (limited to 'drivers/i2c')
0 files changed, 0 insertions, 0 deletions