Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S275054AbTHIQaJ (ORCPT ); Sat, 9 Aug 2003 12:30:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S275065AbTHIQaJ (ORCPT ); Sat, 9 Aug 2003 12:30:09 -0400 Received: from [62.29.76.86] ([62.29.76.86]:16512 "EHLO submoron.org") by vger.kernel.org with ESMTP id S275054AbTHIQaE (ORCPT ); Sat, 9 Aug 2003 12:30:04 -0400 From: "ismail (cartman) donmez" Organization: Bogazici University To: Thomas Molina Subject: Re: Linux 2.6.0-test3: logo patch Date: Sat, 9 Aug 2003 19:28:20 +0300 User-Agent: KMail/1.5.9 Cc: Kernel Mailing List , akpm@osdl.org References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200308091927.04894.kde@myrealbox.com> Content-Type: text/plain; =?ISO-8859-1?Q?=20charset=3D=22=FDso-885?= =?ISO-8859-1?Q?9-1=22?= Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 23 Patch somehow got out of -mm tree too. Andrew can you please apply this too ? > The following patch has been floating around forever. Can we get it in > mainstream sometime in the near future? > > --- linux-2.5-tm/drivers/video/cfbimgblt.c.orig 2003-08-08 > 17:42:16.000000000 -0500 +++ > linux-2.5-tm/drivers/video/cfbimgblt.c 2003-08-08 17:42:30.000000000 -0500 > @@ -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); > } > > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/