Skip to content
Commit 00cde674 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent d44b3be8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment