From 0cb309093bc75d0621ef80aae5882af00726d85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Tue, 20 Dec 2011 00:06:40 +0200 Subject: [PATCH] --- yaml --- r: 282503 b: refs/heads/master c: 64760a4ee6e0d01c0019495a6513229259d86296 h: refs/heads/master i: 282501: bb3698016e85d97fe9782a9319472d8aa5411dee 282499: c6145b4591cf5bf9fccbdcb7f0afbf8f7e0a89cc 282495: d5d2e7af1eb8e428b6b1f2d463bff33135eff116 v: v3 --- [refs] | 2 +- trunk/include/drm/drm_fourcc.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 081dcdf1b765..59ef596197ad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b03166ac188ad643a55399f6c6a6a369beb099b1 +refs/heads/master: 64760a4ee6e0d01c0019495a6513229259d86296 diff --git a/trunk/include/drm/drm_fourcc.h b/trunk/include/drm/drm_fourcc.h index bb75249bfbae..4f99cb41ed6e 100644 --- a/trunk/include/drm/drm_fourcc.h +++ b/trunk/include/drm/drm_fourcc.h @@ -26,8 +26,8 @@ #include -#define fourcc_code(a,b,c,d) ((u32)(a) | ((u32)(b) << 8) | \ - ((u32)(c) << 16) | ((u32)(d) << 24)) +#define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ + ((__u32)(c) << 16) | ((__u32)(d) << 24)) #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */