s5p-fb: omitted initialization added.
authorMyungJoo Ham <MyungJoo.Ham@samsung.com>
Wed, 24 Feb 2010 02:38:26 +0000 (11:38 +0900)
committerMyungJoo Ham <MyungJoo.Ham@samsung.com>
Wed, 24 Feb 2010 02:38:26 +0000 (11:38 +0900)
drivers/video/s5p-fb.c

index 3e90e21..5e79020 100644 (file)
@@ -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;