commit | f44c67cdc3182dd59cae299488687c6280027410 | [log] [tgz] |
---|---|---|
author | Arnaud Patard <arnaud.patard@rtp-net.org> | Thu Apr 22 10:47:44 2010 +0200 |
committer | Ben Dooks <ben-linux@fluff.org> | Thu May 06 00:07:13 2010 +0900 |
tree | 5f287ef268fa94f982ab0169142853ade3eeb48e | |
parent | 17dcd13a3793d434c030dcf9c52ad0d43493b2a0 [diff] |
ARM: S3C24XX: fix s3c2410fb platdata passing Setting s3c2410fb_mach_info displays field with a struct marked as __initdata means it won't be available later for ioctls like FBIOPUT_VSCREENINFO and they will fail. Copying in s3c24xx_fb_set_platdata() is fixing this issue. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Ben Dooks <ben-linux@fluff.org>