]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] s3c2410fb: cleanup and fix
authorArnaud Patard <arnaud.patard@rtp-net.org>
Tue, 10 Jan 2006 04:53:41 +0000 (20:53 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:51 +0000 (08:01 -0800)
commit4082f5d38d1e5f80c08e85f9583d3ff5bb0d7e77
treee75417acfc017ac1a0dc1e73b6209758bb98c2e3
parent333be92d469d81d28ebd8b3eb60ac72aa82bbddf
[PATCH] s3c2410fb: cleanup and fix

Here are some cleanups for the s3c2410fb drivers. It :
* Removes a buggy call to s3c2410fb_init_registers. There was two calls
  to this function but the first was done without all initialisations
  done. No oops but it may confuse some LCDs.
* Makes two functions static.

Signed-Off-By: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-Off-By: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/s3c2410fb.c