From a6665e0812987430922470fcdc3c8610a2530a9f Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 11 Aug 2008 10:29:11 -0700 Subject: [PATCH] --- yaml --- r: 108109 b: refs/heads/master c: 3838f59fc2ea9821f3ea13adb555bfc6ea43c74c h: refs/heads/master i: 108107: 09ae56148fca5a3ba6b8090e888b757cd674931e v: v3 --- [refs] | 2 +- trunk/drivers/video/console/fbcon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 45636155ee31..a3dc4f7a3d0d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4fbb71597af591fa0ef565df1ba745c92d5070f7 +refs/heads/master: 3838f59fc2ea9821f3ea13adb555bfc6ea43c74c diff --git a/trunk/drivers/video/console/fbcon.h b/trunk/drivers/video/console/fbcon.h index de1b1365279b..a6e38e9ea73f 100644 --- a/trunk/drivers/video/console/fbcon.h +++ b/trunk/drivers/video/console/fbcon.h @@ -92,7 +92,7 @@ struct fbcon_ops { #define attr_fgcol(fgshift,s) \ (((s) >> (fgshift)) & 0x0f) #define attr_bgcol(bgshift,s) \ - (((s) >> (bgshift)) & 0x07) + (((s) >> (bgshift)) & 0x0f) /* Monochrome */ #define attr_bold(s) \