commit | 582a6783c56517b84a06da72e18e1e44a59558e6 | [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:17 2015 +0200 |
tree | fe72ab19cd4b5b35d214f5849f55591e3c07384e | |
parent | 8f4e4c1aef356ac4ce67caeffac29af4971fe048 [diff] |
openrisc/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>