From: Michael S. Tsirkin Date: Tue, 27 Jan 2015 16:20:10 +0000 (+0100) Subject: CRIS: uaccess: fix sparse errors X-Git-Tag: fixes-v4.0-rc1~97^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=458e3192455547bb4dce27e060c24cc22a2bd87d;p=pandora-kernel.git CRIS: 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 Signed-off-by: Jesper Nilsson --- Reading git-diff-tree failed