commit | 6545135a5ed2eac064f23bee3a19a81cfffbe573 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Jun 20 13:39:14 2017 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Jun 23 10:06:31 2017 +0200 |
tree | d2167f5f3ea3a5c7d19872a5346cf9e409ad0377 | |
parent | 8814b40bf6b2293eede832d35957b4e9ba495ae3 [diff] |
drm/qxl: fix __user annotations Drop them from u64 fields, tag local variables correctly instead. While being at it switch the code to use u64_to_user_ptr(). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Daniel Vetter <daniel@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170620113916.6967-2-kraxel@redhat.com