]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] pxafb: Minor driver fixes
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 31 Mar 2006 10:31:53 +0000 (02:31 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:19:00 +0000 (12:19 -0800)
commit4ec9b7d0775bb7eabf2f393054122946d4799d64
treee82e5255fce910728c9a32d8c5ce7b46e5393243
parent9913b756faa8bb4011adc60c3067d5430f149f91
[PATCH] pxafb: Minor driver fixes

Fixes for the pxafb driver:

* Return -EINVAL for resolutions that are too large as per framebuffer
  driver policy.

* Increase the error timeout for disabling the LCD controller.  The current
  timeout is sometimes too short on the Sharp Zaurus Cxx00 hardware and an
  extra delay in an error path shouldn't pose any problems.

* Fix a dev reference which causes a compile error when DEBUG is defined.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
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/pxafb.c