projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59df7b1
)
drm: Add a missing ')'
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Mon, 19 Dec 2011 22:06:38 +0000
(
00:06
+0200)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 20 Dec 2011 10:01:42 +0000
(10:01 +0000)
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>
include/drm/drm_mode.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_mode.h
b/include/drm/drm_mode.h
index 95d7aad5cad35e646aef0b1e6cb6eaebde76fd47..966fe7daec6f57bc3087ac8a8c121f64d5253e3f 100644
(file)
--- a/
include/drm/drm_mode.h
+++ b/
include/drm/drm_mode.h
@@
-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;