Commit cc5b6f00 authored by Ville Syrjälä's avatar Ville Syrjälä Committed by Dave Airlie

drm: Add a missing ')'

The code happened to compile because the flag wasn't actually used yet.
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 59df7b17
...@@ -268,7 +268,7 @@ struct drm_mode_fb_cmd { ...@@ -268,7 +268,7 @@ struct drm_mode_fb_cmd {
__u32 handle; __u32 handle;
}; };
#define DRM_MODE_FB_INTERLACED (1<<0 /* for interlaced framebuffers */ #define DRM_MODE_FB_INTERLACED (1<<0) /* for interlaced framebuffers */
struct drm_mode_fb_cmd2 { struct drm_mode_fb_cmd2 {
__u32 fb_id; __u32 fb_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment