mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-16 07:14:50 +08:00
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. Suggested-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Ley Foon Tan <lftan@altera.com>