提交 fe421425 编写于 作者: M Mark Brown 提交者: Samuel Ortiz

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: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 59f2ad2e
...@@ -635,7 +635,7 @@ static struct resource ds1wm_resources[] = { ...@@ -635,7 +635,7 @@ static struct resource ds1wm_resources[] = {
}, },
{ {
.start = ASIC3_IRQ_OWM, .start = ASIC3_IRQ_OWM,
.start = ASIC3_IRQ_OWM, .end = ASIC3_IRQ_OWM,
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册