commit | 9b7accb286982e0df140b3accae8216656b3ef37 | [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:23 2015 +0200 |
tree | 7ae054999274f93baf5718f6536d8635f052f166 | |
parent | cad1c0dfc8961abeb92e5afbfa275b6122501e5f [diff] |
sparc32/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: David S. Miller <davem@davemloft.net>