commit | 7f0db2bec363bf1a4d6da2572491c634a34dcad8 | [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:04 2015 +0200 |
tree | c1d769392ce81cc5a63c078a975d020831d8b09c | |
parent | 58fff51784cb5e1bcc06a1417be26eec4288507c [diff] |
avr32/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: Hans-Christian Egtvedt <egtvedt@samfundet.no>