linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.74 boot logo
@ 2003-07-08 15:30 Bob Tracy
  2003-07-08 15:42 ` Martin Schlemmer
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Tracy @ 2003-07-08 15:30 UTC (permalink / raw)
  To: linux-kernel

Wouldn't look too good for this to be broken when 2.6 hits the
streets :-).  The fix is trivial, and has been necessary since
2.5.70 at least (nearly two months ago).

--- orig/drivers/video/cfbimgblt.c	Mon May  5 17:39:49 2003
+++ linux/drivers/video/cfbimgblt.c	Tue May 13 23:53:23 2003
@@ -325,7 +325,7 @@
 		else 
 			slow_imageblit(image, p, dst1, fgcolor, bgcolor,
 					start_index, pitch_index);
-	} else if (image->depth == bpp) 
+	} else if (image->depth <= bpp) 
 		color_imageblit(image, p, dst1, start_index, pitch_index);
 }
 

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-08 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-08 15:30 [PATCH] 2.5.74 boot logo Bob Tracy
2003-07-08 15:42 ` Martin Schlemmer
2003-07-08 21:15   ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).