Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311813
b: refs/heads/master
c: 2a64389
h: refs/heads/master
i:
  311811: 22b2660
v: v3
  • Loading branch information
Devendra Naga authored and Linus Torvalds committed Jul 11, 2012
1 parent b2278cd commit e328e4f
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: d8adde17e5f858427504725218c56aef90e90fc7
refs/heads/master: 2a643893e50fde71d7ba84b5592ec61b467b9ab6
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-spear.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,12 @@ static int __devexit spear_rtc_remove(struct platform_device *pdev)
clk_disable(config->clk);
clk_put(config->clk);
iounmap(config->ioaddr);
kfree(config);
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (res)
release_mem_region(res->start, resource_size(res));
platform_set_drvdata(pdev, NULL);
rtc_device_unregister(config->rtc);
kfree(config);

return 0;
}
Expand Down

0 comments on commit e328e4f

Please sign in to comment.