Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43781
b: refs/heads/master
c: 2b7574d
h: refs/heads/master
i:
  43779: 01ecd1f
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 8, 2006
1 parent f1f5a7e commit e5456ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 295a1b476749e8b6fa6c3c0978426360ac7dde4b
refs/heads/master: 2b7574da255fef27cdb294e19bea26d911443511
3 changes: 3 additions & 0 deletions trunk/drivers/video/platinumfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ static int __devinit platinumfb_probe(struct of_device* odev,

rc = platinum_init_fb(info);
if (rc != 0) {
iounmap(pinfo->frame_buffer);
iounmap(pinfo->platinum_regs);
iounmap(pinfo->cmap_regs);
dev_set_drvdata(&odev->dev, NULL);
framebuffer_release(info);
}
Expand Down

0 comments on commit e5456ad

Please sign in to comment.