mac8390: propagate error code from request_irq
authorFinn Thain <fthain@telegraphics.com.au>
Tue, 1 Jun 2010 02:18:32 +0000 (02:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 12:16:22 +0000 (05:16 -0700)
Use the request_irq() error code as the return value for mac8390_open().
EAGAIN doesn't make sense for Nubus slot IRQs. Only this driver can claim
this IRQ (until the NIC is removed, which means everything is powered
down).

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found