Skip to content

Commit

Permalink
pxafb: preliminary smart panel interface support (update)
Browse files Browse the repository at this point in the history
FB_PXA_SMARTPANEL defaults to "n" and removed the cast to void *.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Acked-by: Eric Miao <eric.miao@marvell.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Eric Miao authored and Linus Torvalds committed Apr 30, 2008
1 parent 3c42a44 commit 7f1133c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ config FB_PXA

config FB_PXA_SMARTPANEL
bool "PXA Smartpanel LCD support"
default y
default n
depends on FB_PXA

config FB_PXA_PARAMETERS
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/pxafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ static void setup_smart_timing(struct pxafb_info *fbi,

static int pxafb_smart_thread(void *arg)
{
struct pxafb_info *fbi = (struct pxafb_info *) arg;
struct pxafb_info *fbi = arg;
struct pxafb_mach_info *inf = fbi->dev->platform_data;

if (!fbi || !inf->smart_update) {
Expand Down

0 comments on commit 7f1133c

Please sign in to comment.