Re: [PATCH 1/2] mac8390: propagate error code from request_irq

2010-06-02 Thread David Miller
From: Finn Thain Date: Tue, 1 Jun 2010 22:18:32 +1000 (EST) > > 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).

[PATCH 1/2] mac8390: propagate error code from request_irq

2010-06-01 Thread Finn Thain
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 Index: linux-2.6.34/drivers/net/mac8390.c