From: Finn Thain Date: Tue, 1 Jun 2010 02:18:32 +0000 (+0000) Subject: mac8390: propagate error code from request_irq X-Git-Tag: v2.6.36-rc1~571^2~678 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38454db3f0b694df929073a5a867edf30551d950;p=pandora-kernel.git mac8390: propagate error code from request_irq 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed