commit | 8875bbba97087bf4a677071723d04fc00730f1e7 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Jul 10 06:34:49 2020 -0400 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Aug 05 09:30:19 2020 -0400 |
tree | 049ad6dfd056e7c863087709aa253a182290bb23 | |
parent | 24b6842ade6925199e182988259761504aacfbc0 [diff] |
virtio_balloon: fix sparse warning balloon uses virtio32_to_cpu instead of cpu_to_virtio32 to convert a native endian number to virtio. No practical difference but makes sparse warn. Fix it up. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Acked-by: David Hildenbrand <david@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com>