|
From: Geert U. <ge...@li...> - 2003-03-02 12:12:43
|
---------- Forwarded message ----------
Date: Sun, 2 Mar 2003 04:02:41 -0800
From: Norbert Kiesel <nk...@tb...>
To: ge...@li...
Subject: [PATCH] typo in linux-2.5.63/drivers/video/console/fbcon.c
Hi,
found a small typo in this driver.
so long
Norbert
--- linux-2.5.63/drivers/video/console/fbcon.c~ 2003-02-24 11:05:37.000000000 -0800
+++ linux-2.5.63/drivers/video/console/fbcon.c 2003-03-02 03:03:34.000000000 -0800
@@ -456,7 +456,7 @@
region.color = attr_bgcol_ec(p, vc);
region.rop = ROP_COPY;
- if (rw & !bottom_only) {
+ if (rw && !bottom_only) {
region.dx = info->var.xoffset + rs;
region.dy = 0;
region.width = rw;
|