From: Maxime Ripard Date: Fri, 11 Jan 2013 22:31:43 +0000 (-0800) Subject: drivers/video/ssd1307fb.c: fix bit order bug in the byte translation function X-Git-Tag: v3.8-rc4~32^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=552f0cc72aadfc8657876ce310e7a8dc37529536;p=pandora-kernel.git drivers/video/ssd1307fb.c: fix bit order bug in the byte translation function This was leading to a strange behaviour when using the fbcon driver on top of this one: the letters were in the right order, but each letter had a vertical symmetry. This was because the addressing was right for the byte, but the addressing of each individual bit was inverted. Signed-off-by: Maxime Ripard Cc: Brian Lilly Cc: Greg Kroah-Hartman Cc: Florian Tobias Schandinat Cc: Thomas Petazzoni Cc: Tomi Valkeinen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed