Skip to content

Commit

Permalink
Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lezcano committed May 23, 2014
2 parents 814876b + c54697a commit 28d4768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/sh_tmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static int sh_tmu_channel_setup(struct sh_tmu_channel *ch, unsigned int index,
ch->base = tmu->mapbase + 8 + ch->index * 12;
}

ch->irq = platform_get_irq(tmu->pdev, ch->index);
ch->irq = platform_get_irq(tmu->pdev, index);
if (ch->irq < 0) {
dev_err(&tmu->pdev->dev, "ch%u: failed to get irq\n",
ch->index);
Expand Down

0 comments on commit 28d4768

Please sign in to comment.