From: Thierry Reding Date: Mon, 21 Jul 2014 11:24:37 +0000 (+0200) Subject: drm: Add missing __user annotation X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3cf40ed7fa1b56bd53d3b52eddf44d0e3c3ec20;p=pandora-kernel.git drm: Add missing __user annotation The drm_copy_field() function copies strings into userspace buffers, so the first parameter needs to have a __user annotation to avoid warnings from the sparse checker. Signed-off-by: Thierry Reding Reviewed-by: David Herrmann Signed-off-by: Dave Airlie --- Reading git-diff-tree failed