Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe421425 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

mfd: Correct ASIC3 IRQ_OWM resource setup



We should specify both a start and an end for the IRQ range rather than
initialise the start twice.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 59f2ad2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ static struct resource ds1wm_resources[] = {
	},
	{
		.start = ASIC3_IRQ_OWM,
		.start = ASIC3_IRQ_OWM,
		.end   = ASIC3_IRQ_OWM,
		.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
	},
};