diff options
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/dsim.h')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/dsim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/dsim.h b/arch/arm/mach-exynos/include/mach/dsim.h index 15671b603c3..de6c2d29871 100644 --- a/arch/arm/mach-exynos/include/mach/dsim.h +++ b/arch/arm/mach-exynos/include/mach/dsim.h @@ -101,7 +101,7 @@ struct exynos_mipi_dsim { /* EXYNOS_DSIM_MDRESOL */ #define DSIM_MAIN_STAND_BY (1 << 31) #define DSIM_MAIN_VRESOL(x) (((x) & 0x7ff) << 16) -#define DSIM_MAIN_HRESOL(x) (((x) & 0X7ff) << 0) +#define DSIM_MAIN_HRESOL(x) (((x) & 0x7ff) << 0) /* EXYNOS_DSIM_MVPORCH */ #define DSIM_CMD_ALLOW_SHIFT (28) |