Skip to content

Commit

Permalink
drm: Add a missing ')'
Browse files Browse the repository at this point in the history
The code happened to compile because the flag wasn't actually used yet.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Ville Syrjälä authored and Dave Airlie committed Dec 20, 2011
1 parent 59df7b1 commit cc5b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/drm_mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ struct drm_mode_fb_cmd {
__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 {
__u32 fb_id;
Expand Down

0 comments on commit cc5b6f0

Please sign in to comment.