Mark Rutland 08aed6e888 tools/virtio: fix READ_ONCE()
commit 5da889c795b1fbefc9d8f058b54717ab8ab17891 upstream.

The virtio tools implementation of READ_ONCE() has a single parameter called
'var', but erroneously refers to 'val' for its cast, and thus won't work unless
there's a variable of the correct type that happens to be called 'var'.

Fix this with s/var/val/, making READ_ONCE() work as expected regardless.

Fixes: a7c490333df3cff5 ("tools/virtio: use virt_xxx barriers")
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: linux-kernel@vger.kernel.org
Cc: virtualization@lists.linux-foundation.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-01-15 13:42:56 +01:00
..
2013-03-20 14:00:42 +10:30
2017-01-15 13:42:56 +01:00
2016-08-15 05:05:51 +03:00
2013-03-20 14:00:42 +10:30
2016-08-15 05:05:51 +03:00
2013-03-20 14:00:42 +10:30
2016-08-15 05:05:51 +03:00
2013-03-20 14:00:42 +10:30
2013-03-20 14:06:04 +10:30
2014-12-15 23:49:19 +02:00
2016-08-15 05:05:51 +03:00
2016-08-15 05:05:51 +03:00
2013-03-20 14:00:42 +10:30