Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376272
b: refs/heads/master
c: cac29af
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Linus Torvalds committed May 24, 2013
1 parent aec6b36 commit 6a6d3f6
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: 387b8b3e37cb1c257fb607787f73815c30d22859
refs/heads/master: cac29af6bd6bc5c53499f39ef1eade193295b2f1
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-pl031.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static int pl031_remove(struct amba_device *adev)
struct pl031_local *ldata = dev_get_drvdata(&adev->dev);

amba_set_drvdata(adev, NULL);
free_irq(adev->irq[0], ldata->rtc);
free_irq(adev->irq[0], ldata);
rtc_device_unregister(ldata->rtc);
iounmap(ldata->base);
kfree(ldata);
Expand Down

0 comments on commit 6a6d3f6

Please sign in to comment.