commit | 1fa451bcc67fa921a04c5fac8dbcde7844d54512 | [log] [tgz] |
---|---|---|
author | Will Deacon <[email protected]> | Tue Aug 26 15:13:24 2014 +0100 |
committer | Christoffer Dall <[email protected]> | Wed Aug 27 22:49:45 2014 +0200 |
tree | 34904dee7d4f9d87d3bf07dc60e5a9a4f7c40a8e | |
parent | bd218bce92d3868ba4fe5e9e3eb8199d2aa614af [diff] |
KVM: vgic: return int instead of bool when checking I/O ranges vgic_ioaddr_overlap claims to return a bool, but in reality it returns an int. Shut sparse up by fixing the type signature. Cc: Christoffer Dall <[email protected]> Cc: Marc Zyngier <[email protected]> Signed-off-by: Will Deacon <[email protected]> Signed-off-by: Christoffer Dall <[email protected]>