virtio_balloon: use LE config space accesses
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 4 Aug 2020 21:51:35 +0000 (17:51 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Aug 2020 15:08:41 +0000 (11:08 -0400)
commit805769d7c0ddc4dd07a35f81c8b7a0a20f90dd05
treeb59ba039efa749aad78a53d7ae678174484e9070
parent035ce4210be1257dd417785ff7818b5c0f2205fb
virtio_balloon: use LE config space accesses

Balloon is LE, it's cleaner to access it as such directly.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_balloon.c