Re: [PATCH 1/2] mac8390: propagate error code from request_irq
From: David Miller <davem@davemloft.net>
Date: 2010-06-02 12:16:59
Also in:
linux-m68k, lkml
From: David Miller <davem@davemloft.net>
Date: 2010-06-02 12:16:59
Also in:
linux-m68k, lkml
From: Finn Thain <redacted> 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). Signed-off-by: Finn Thain <redacted>
Applied.