commit | 8f4e4c1aef356ac4ce67caeffac29af4971fe048 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 12 01:56:04 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 13 15:23:15 2015 +0200 |
tree | bc7b64a2eccba11720a891aeb5f50a9a2ecc5d4f | |
parent | a618337e8cd811f07bd660a857d5d9f0201f042b [diff] |
metag/uaccess: fix sparse errors virtio wants to read bitwise types from userspace using get_user. At the moment this triggers sparse errors, since the value is passed through an integer. Fix that up using __force. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: James Hogan <james.hogan@imgtec.com>