From: Veaceslav Falico Date: Tue, 23 Oct 2012 04:54:34 +0000 (+0000) Subject: pch_gbe: fix error handling in pch_gbe_up() X-Git-Tag: v3.7-rc3~7^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2fc66ce9f4669daeebc03d6891917b894c752a8;p=pandora-kernel.git pch_gbe: fix error handling in pch_gbe_up() If we fail to allocate rx buffers pool by any reason, we'll just return with an error, however we've previously successfully requested an irq. Fix this by releasing the irq before returning the error. Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed