libxc: do not return a value from xc_cpuid_policy
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 28 Jun 2018 10:12:07 +0000 (12:12 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 28 Jun 2018 10:32:42 +0000 (11:32 +0100)
commit9ac1205de1d6052bbb47f0cf8467f1385ac8e9fe
tree2a0b842ba4d7a74b4eb987b821117ba508d5b83c
parent7329c08cb4927970cde7944f0ead1b85db28b03f
libxc: do not return a value from xc_cpuid_policy

None of the called functions return any errors, so there's no point in
returning an int from xc_cpuid_policy.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/xc_cpuid_x86.c