summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2007-12-23 02:09:38 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-28 13:20:49 (GMT)
commit9cbae12cca55332c9fef8f700ea28d36d7cc54be (patch)
tree403a3b80ed09e600c8b2c25edd5685805e543716 /arch
parentff44b49b55edee33b7ecea987be1a6413162581b (diff)
downloadlinux-9cbae12cca55332c9fef8f700ea28d36d7cc54be.tar.xz
[ARM] 4723/1: BAST: Fix LCD driver default display setting
We have a default display set to 4, when we only have three registered displays. Fix this argument (a seperate patch has been generated to ensure that the LCD driver takes notice of this bug) Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c2410/mach-bast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c
index 587864fe..53c2a13 100644
--- a/arch/arm/mach-s3c2410/mach-bast.c
+++ b/arch/arm/mach-s3c2410/mach-bast.c
@@ -530,7 +530,7 @@ static struct s3c2410fb_mach_info __initdata bast_fb_info = {
.displays = bast_lcd_info,
.num_displays = ARRAY_SIZE(bast_lcd_info),
- .default_display = 4,
+ .default_display = 1,
};
/* Standard BAST devices */