Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365326
b: refs/heads/master
c: 6cd472d
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Linus Torvalds committed Apr 29, 2013
1 parent c37eeb4 commit 39f4f48
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: 86fa05e00eeefbda50e3ed6dd0a915e24964526b
refs/heads/master: 6cd472d3d2a9cace26eae924fe95ec21dc4a0502
3 changes: 1 addition & 2 deletions trunk/drivers/video/console/fbcon_cw.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static void cw_update_attr(u8 *dst, u8 *src, int attribute,
{
int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;
int width = (vc->vc_font.height + 7) >> 3;
u8 c, t = 0, msk = ~(0xff >> offset);
u8 c, msk = ~(0xff >> offset);

for (i = 0; i < vc->vc_font.width; i++) {
for (j = 0; j < width; j++) {
Expand All @@ -40,7 +40,6 @@ static void cw_update_attr(u8 *dst, u8 *src, int attribute,
c = ~c;
src++;
*dst++ = c;
t = c;
}
}
}
Expand Down

0 comments on commit 39f4f48

Please sign in to comment.