1
0
Fork 0

Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16

hifive-unleashed-5.1
Daniel Lezcano 2014-05-23 09:23:21 +02:00
commit 28d4768869
1 changed files with 1 additions and 1 deletions

View File

@ -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);