aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJan Rinze <janrinze@home.nl>2007-11-08 21:51:05 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-11-08 23:29:36 +0000
commitc2ec21c5c8f15c079c209f403d582f3134785060 (patch)
tree9f006e98245d5e156527acfd5c00a24eec2c82c6 /drivers
parent[ARM] 4644/2: fix flush_kern_tlb_range() in module space (diff)
downloadlinux-dev-c2ec21c5c8f15c079c209f403d582f3134785060.tar.xz
linux-dev-c2ec21c5c8f15c079c209f403d582f3134785060.zip
[ARM] 4645/1: Cyberpro: Trivial fix to restore 16bpp mode.
Cyberpro: when user requests 16bpp, use it and not 24bpp. There was a missing break causing requests for 16bpp mode to end up in 24bpp mode. Signed-off-by: Jan Rinze Peterzon <janrinze@home.nl> Acked-by: Ralph Siemsen <ralphs@netwinder.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/cyber2000fb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/cyber2000fb.c b/drivers/video/cyber2000fb.c
index 5fb8675e0d6b..d0e4cb618269 100644
--- a/drivers/video/cyber2000fb.c
+++ b/drivers/video/cyber2000fb.c
@@ -874,6 +874,8 @@ static int cyber2000fb_set_par(struct fb_info *info)
default:
BUG();
}
+ break;
+
case 24:/* TRUECOLOUR, 16m */
hw.co_pixfmt = CO_PIXFMT_24BPP;
hw.width *= 3;