commit | 95de86cf5162f78bc5aea80d1a9e5a248196ffaf | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Wed Sep 28 05:33:43 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 29 00:32:11 2011 -0400 |
tree | 9b44a633e311240611fa18c7ca5e055c2af9250e | |
parent | 676a1184e8afd4fed7948232df1ff91517400859 [diff] |
ibmveth: Fix oops on request_irq failure If request_irq fails, the ibmveth driver will overwrite the rc and end up returning a successful rc on its open function, resulting in an oops later when a packet gets sent and buffers are not allocated due to the failed open. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>