From: Brian King Date: Wed, 28 Sep 2011 05:33:43 +0000 (+0000) Subject: ibmveth: Fix oops on request_irq failure X-Git-Tag: v3.1-rc9~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95de86cf5162f78bc5aea80d1a9e5a248196ffaf;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed