Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 548
b: refs/heads/master
c: 0f7ad45
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Apr 28, 2005
1 parent 1c77fc3 commit 5bac2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82235e9170f19fa327361ee82a76618e60f2db47
refs/heads/master: 0f7ad450394560a6b6c72115e04bf7afd6230e70
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/hardware/amba_clcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5bac2a3

Please sign in to comment.