Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54972
b: refs/heads/master
c: 435d56f
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed May 8, 2007
1 parent 84b6e6b commit 708a2ab
Show file tree
Hide file tree
Showing 2 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: 19c1a8b3122e7b2007cfd2836da2318816f324cc
refs/heads/master: 435d56fcd45cdf32bfb4db5d4e1efe17f3da95b2
4 changes: 2 additions & 2 deletions trunk/drivers/video/pm2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1335,10 +1335,10 @@ static int __devinit pm2fb_probe(struct pci_dev *pdev,
info->var = pm2fb_var;

if (fb_alloc_cmap(&info->cmap, 256, 0) < 0)
goto err_exit_all;
goto err_exit_both;

if (register_framebuffer(info) < 0)
goto err_exit_both;
goto err_exit_all;

printk(KERN_INFO "fb%d: %s frame buffer device, memory = %dK.\n",
info->node, info->fix.id, pm2fb_fix.smem_len / 1024);
Expand Down

0 comments on commit 708a2ab

Please sign in to comment.