Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198347
b: refs/heads/master
c: a42dcb8
h: refs/heads/master
i:
  198345: ef9e023
  198343: 575ef65
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed May 25, 2010
1 parent 1470014 commit 1ca8c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 49bbd815fd8ba26d0354900b783b767c7f47c816
refs/heads/master: a42dcb883d948a5f26c005f0e401e8297aa05f76
2 changes: 1 addition & 1 deletion trunk/drivers/video/nuc900fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static int __devinit nuc900fb_probe(struct platform_device *pdev)
release_regs:
iounmap(fbi->io);
release_mem_region:
release_mem_region((unsigned long)fbi->mem, size);
release_mem_region(res->start, size);
free_fb:
framebuffer_release(fbinfo);
return ret;
Expand Down

0 comments on commit 1ca8c8c

Please sign in to comment.