Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141815
b: refs/heads/master
c: 3093e78
h: refs/heads/master
i:
  141813: b3b9f4d
  141811: 87fd07c
  141807: 7e56de9
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Apr 2, 2009
1 parent 1babad4 commit 86c7af1
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: c4361bb64b81f5b81a7a08d58654493385a2f2b2
refs/heads/master: 3093e78ebab100ada1c724c9f751d9da39602a97
3 changes: 1 addition & 2 deletions trunk/drivers/clocksource/sh_cmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ static void sh_cmt_register_clockevent(struct sh_cmt_priv *p,
ced->set_mode = sh_cmt_clock_event_mode;

pr_info("sh_cmt: %s used for clock events\n", ced->name);
ced->mult = 1; /* work around misplaced WARN_ON() in clockevents.c */
clockevents_register_device(ced);
}

Expand Down Expand Up @@ -557,7 +556,7 @@ static int sh_cmt_setup(struct sh_cmt_priv *p, struct platform_device *pdev)
cfg->clockevent_rating,
cfg->clocksource_rating);
err2:
free_irq(irq, p);
remove_irq(irq, &p->irqaction);
err1:
iounmap(p->mapbase);
err0:
Expand Down

0 comments on commit 86c7af1

Please sign in to comment.