From: Michael S. Tsirkin Date: Tue, 6 Jan 2015 15:44:02 +0000 (+0200) Subject: microblaze/uaccess: fix sparse errors X-Git-Tag: fixes-v4.0-rc1~163^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0774bf6a8b49ccd35fad58a1eed0d2382f34912e;p=pandora-kernel.git microblaze/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: Michal Simek --- Reading git-diff-tree failed