From: Michael S. Tsirkin Date: Sun, 14 Dec 2014 16:53:10 +0000 (+0200) Subject: xtensa/uaccess: fix sparse errors X-Git-Tag: omap-for-v3.19/fixes-rc1~67^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4255a8e199a00faa29b84c47ad57427dd1412581;p=pandora-kernel.git xtensa/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: Chris Zankel --- Reading git-diff-tree failed