From f1f2eac9124bf0dc82b652871f9a596bce2d3e10 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Wed, 17 Dec 2014 13:53:41 +0800 Subject: [PATCH] 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-format-patch failed