From: Michael S. Tsirkin Date: Thu, 11 Dec 2014 23:56:04 +0000 (+0200) Subject: sparc32/uaccess: fix sparse errors X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~43^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7accb286982e0df140b3accae8216656b3ef37;p=pandora-kernel.git sparc32/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 Acked-by: David S. Miller --- Reading git-diff-tree failed