commit | a2fc66ce9f4669daeebc03d6891917b894c752a8 | [log] [tgz] |
---|---|---|
author | Veaceslav Falico <vfalico@redhat.com> | Tue Oct 23 04:54:34 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 24 23:04:31 2012 -0400 |
tree | 3f362f7dff5c7af02776c1b829520c4e84e43d9a | |
parent | 37561f68bd527ec39076e32effdc7b1dcdfb17ea [diff] |
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 <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>