Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75079
b: refs/heads/master
c: fcbe6e9
h: refs/heads/master
i:
  75077: 4ee736e
  75075: 39dc772
  75071: bb3ee8a
v: v3
  • Loading branch information
Geoff Levand authored and Linus Torvalds committed Dec 19, 2007
1 parent 96c11e1 commit d54c9d5
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: 9ac67a35827ee03d71f2f1c656a725e263b14a7e
refs/heads/master: fcbe6e9709f90fd83cfa614a4e0efe83174018ea
4 changes: 2 additions & 2 deletions trunk/drivers/video/ps3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ static int __devinit ps3fb_probe(struct ps3_system_bus_device *dev)
err_framebuffer_release:
framebuffer_release(info);
err_free_irq:
free_irq(ps3fb.irq_no, dev);
free_irq(ps3fb.irq_no, &dev->core);
ps3_irq_plug_destroy(ps3fb.irq_no);
err_iounmap_dinfo:
iounmap((u8 __iomem *)ps3fb.dinfo);
Expand Down Expand Up @@ -1247,7 +1247,7 @@ static int ps3fb_shutdown(struct ps3_system_bus_device *dev)
kthread_stop(task);
}
if (ps3fb.irq_no) {
free_irq(ps3fb.irq_no, dev);
free_irq(ps3fb.irq_no, &dev->core);
ps3_irq_plug_destroy(ps3fb.irq_no);
}
iounmap((u8 __iomem *)ps3fb.dinfo);
Expand Down

0 comments on commit d54c9d5

Please sign in to comment.