Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20979
b: refs/heads/master
c: 604cc99
h: refs/heads/master
i:
  20977: 52d46d5
  20975: c55daff
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Mar 11, 2006
1 parent a9b86c6 commit b4ea006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 6af7ffc414828cda880a4e99e20f4f07880281e7
refs/heads/master: 604cc999fda36d6ff840e03dbc70244d2d17eee2
3 changes: 1 addition & 2 deletions trunk/drivers/video/arcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static void arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper,
{
unsigned char *src;
unsigned int xindex, yindex, chipindex, linesize;
int i, count;
int i;
unsigned char val;
unsigned char bitmask, rightshift;

Expand Down Expand Up @@ -282,7 +282,6 @@ static void arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper,
}
ks108_writeb_data(par, chipindex, val);
left++;
count++;
if (bitmask == 0x80) {
bitmask = 1;
src++;
Expand Down

0 comments on commit b4ea006

Please sign in to comment.