From: Ley Foon Tan Date: Wed, 17 Dec 2014 05:53:41 +0000 (+0800) Subject: nios2/uaccess: fix sparse errors X-Git-Tag: omap-for-v3.20/drop-legacy-3517~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f2eac9124bf0dc82b652871f9a596bce2d3e10;p=pandora-kernel.git nios2/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. Suggested-by: Michael S. Tsirkin Signed-off-by: Ley Foon Tan --- Reading git-diff-tree failed