From dd4bd4846719fb6532cecb9f59431588db0877a5 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 24 Feb 2010 11:38:26 +0900 Subject: [PATCH] s5p-fb: omitted initialization added. --- drivers/video/s5p-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/s5p-fb.c b/drivers/video/s5p-fb.c index 3e90e21..5e79020 100644 --- a/drivers/video/s5p-fb.c +++ b/drivers/video/s5p-fb.c @@ -201,7 +201,7 @@ static void draw_samsung_logo(void* lcdbase) { int x, y; unsigned int in_len, width, height; - unsigned long out_len; + unsigned long out_len = ARRAY_SIZE(logo) * sizeof(*logo); void *dst = NULL; width = 298; height = 78; -- 2.7.4