Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232365
b: refs/heads/master
c: e88e43b
h: refs/heads/master
i:
  232363: 14ca3d5
v: v3
  • Loading branch information
axel lin authored and Paul Mundt committed Jan 25, 2011
1 parent f3b1c20 commit b7134e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 360c202bebfecbedb129c07361ae8a738552eae3
refs/heads/master: e88e43b0c564864c883103483bad6219f77dfb52
6 changes: 1 addition & 5 deletions trunk/drivers/video/pxa168fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,16 +701,12 @@ static int __devinit pxa168fb_probe(struct platform_device *pdev)
*/
pxa168fb_init_mode(info, mi);

ret = pxa168fb_check_var(&info->var, info);
if (ret)
goto failed_free_fbmem;

/*
* Fill in sane defaults.
*/
ret = pxa168fb_check_var(&info->var, info);
if (ret)
goto failed;
goto failed_free_fbmem;

/*
* enable controller clock
Expand Down

0 comments on commit b7134e2

Please sign in to comment.