Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330114
b: refs/heads/master
c: 828296d
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Oct 5, 2012
1 parent 9903bfe commit b26e61f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 90829c089ef622e54ce1153eb6dcda9ce98cb7c2
refs/heads/master: 828296debf7853752e47b6abfa608ab0172e53ec
3 changes: 1 addition & 2 deletions trunk/drivers/rtc/rtc-coh901331.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@ static void coh901331_shutdown(struct platform_device *pdev)

clk_enable(rtap->clk);
writel(0, rtap->virtbase + COH901331_IRQ_MASK);
clk_disable(rtap->clk);
clk_unprepare(rtap->clk);
clk_disable_unprepare(rtap->clk);
}

static struct platform_driver coh901331_driver = {
Expand Down

0 comments on commit b26e61f

Please sign in to comment.