From 5bac2a3a41b99054cf7e9232ba099c5e017207f3 Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 28 Apr 2005 10:46:15 +0100 Subject: [PATCH] --- yaml --- r: 548 b: refs/heads/master c: 0f7ad450394560a6b6c72115e04bf7afd6230e70 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/hardware/amba_clcd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9cc9afbef7f8..4f76544a682d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 82235e9170f19fa327361ee82a76618e60f2db47 +refs/heads/master: 0f7ad450394560a6b6c72115e04bf7afd6230e70 diff --git a/trunk/include/asm-arm/hardware/amba_clcd.h b/trunk/include/asm-arm/hardware/amba_clcd.h index d6ad33e52ea9..ce4cf5c1c05d 100644 --- a/trunk/include/asm-arm/hardware/amba_clcd.h +++ b/trunk/include/asm-arm/hardware/amba_clcd.h @@ -222,7 +222,7 @@ static inline void clcdfb_decode(struct clcd_fb *fb, struct clcd_regs *regs) static inline int clcdfb_check(struct clcd_fb *fb, struct fb_var_screeninfo *var) { - var->xres_virtual = var->xres = (var->xres + 7) & ~7; + var->xres_virtual = var->xres = (var->xres + 15) & ~15; var->yres_virtual = var->yres = (var->yres + 1) & ~1; #define CHECK(e,l,h) (var->e < l || var->e > h)