Explorar o código

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

Daniel Lezcano %!s(int64=11) %!d(string=hai) anos
pai
achega
28d4768869
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/clocksource/sh_tmu.c

+ 1 - 1
drivers/clocksource/sh_tmu.c

@@ -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->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) {
 	if (ch->irq < 0) {
 		dev_err(&tmu->pdev->dev, "ch%u: failed to get irq\n",
 		dev_err(&tmu->pdev->dev, "ch%u: failed to get irq\n",
 			ch->index);
 			ch->index);