diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2017-09-11 18:37:45 +0200 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2017-09-16 14:06:53 +0200 |
commit | a5ea8a6803fdec949f752d3aa36b1a88e453b929 (patch) | |
tree | fe82ea10a9753dbc7fcfacded266c47e1bb427d8 /include/drm/drm_gem_framebuffer_helper.h | |
parent | bd10635335cd5555d4f3d7eec0df32033443bc4b (diff) | |
download | linux-stable-a5ea8a6803fdec949f752d3aa36b1a88e453b929.tar.gz linux-stable-a5ea8a6803fdec949f752d3aa36b1a88e453b929.tar.bz2 linux-stable-a5ea8a6803fdec949f752d3aa36b1a88e453b929.zip |
drm/gem-fb-helper: Use debug message on gem lookup failure
GEM lookup failure can easily be triggered by userspace so make
it a debug message, not an error message.
Also remove unnecessary inner parentheses and fix alphabetical
struct declaration order.
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1505147865-18194-2-git-send-email-noralf@tronnes.org
Diffstat (limited to 'include/drm/drm_gem_framebuffer_helper.h')
-rw-r--r-- | include/drm/drm_gem_framebuffer_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_gem_framebuffer_helper.h b/include/drm/drm_gem_framebuffer_helper.h index db9cfa07235e..5ca7cdc3f527 100644 --- a/include/drm/drm_gem_framebuffer_helper.h +++ b/include/drm/drm_gem_framebuffer_helper.h @@ -2,8 +2,8 @@ #define __DRM_GEM_FB_HELPER_H__ struct drm_device; -struct drm_file; struct drm_fb_helper_surface_size; +struct drm_file; struct drm_framebuffer; struct drm_framebuffer_funcs; struct drm_gem_object; |