Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105568
b: refs/heads/master
c: 2d04a4a
h: refs/heads/master
v: v3
  • Loading branch information
Stefano Stabellini authored and Linus Torvalds committed Jul 24, 2008
1 parent 04fd434 commit cb07550
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: 4a25e41831ee851c1365d8b41decc22493b18e6d
refs/heads/master: 2d04a4a72d7e1519b4838f24bdd4b5d0f3f426dc
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct fbcon_ops {
#define attr_fgcol(fgshift,s) \
(((s) >> (fgshift)) & 0x0f)
#define attr_bgcol(bgshift,s) \
(((s) >> (bgshift)) & 0x0f)
(((s) >> (bgshift)) & 0x07)

/* Monochrome */
#define attr_bold(s) \
Expand Down

0 comments on commit cb07550

Please sign in to comment.