commit | d3cf40ed7fa1b56bd53d3b52eddf44d0e3c3ec20 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jul 21 13:24:37 2014 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jul 22 10:57:20 2014 +1000 |
tree | 7d8c457c1fd00d824d7d869bfb6fe49eb2ece739 | |
parent | e7c36347130fc3b9eec3572d00c53533f07a7347 [diff] |
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 <treding@nvidia.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>