Commit 3f16e892 authored by Thomas Molina's avatar Thomas Molina Committed by Patrick Mochel

[PATCH] Re: Linux 2.6.0-test3: logo patch

The following patch has been floating around forever.  It is required
for several ARM framebuffer drivers, and several other drivers.  James
has indicated that this is the correct fix back in May.
parent 9cb79893
......@@ -325,7 +325,7 @@ void cfb_imageblit(struct fb_info *p, const struct fb_image *image)
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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment