Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95092
b: refs/heads/master
c: 7f1133c
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao authored and Linus Torvalds committed Apr 30, 2008
1 parent ce3d96b commit 5e40fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c42a449107bf76c59b8e0b6a30d070e9696e49c
refs/heads/master: 7f1133cbf20bc308d73ba49f971180924e12119b
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 5e40fcc

Please sign in to comment.