提交 00cde674 编写于 作者: D David S. Miller 提交者: David S. Miller

[SPARC64] power: Do not pass SA_SHIRQ to request_irq().

This needs to be a unique interrupt source because we do
not have a register or similar to poll to make sure the
IRQ is really for us.  We do not have any dev_id to pass
in anyways, and the generic IRQ layer is now enforcing
that when SA_SHIRQ is specified, dev_id must be non-NULL.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d44b3be8
......@@ -131,7 +131,7 @@ static void __devinit power_probe_common(struct of_device *dev, struct resource
printk("powerd running.\n");
if (request_irq(irq,
power_handler, SA_SHIRQ, "power", NULL) < 0)
power_handler, 0, "power", NULL) < 0)
printk("power: Error, cannot register IRQ handler.\n");
} else {
printk("not using powerd.\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册