]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ibmveth: properly unwind on init errors
authorChristoph Hellwig <hch@lst.de>
Sun, 21 May 2017 10:45:58 +0000 (12:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 20 Jun 2017 09:12:55 +0000 (11:12 +0200)
commitd43732ce021f4244a4c53a45d57ad0c13c30ed94
treeb8da58840e7ea1e1bbc861d744c6d4e2ae9fdb5c
parent54ed812162148ec7819a33b4fe112b8dc9d1cd00
ibmveth: properly unwind on init errors

That way the driver doesn't have to rely on DMA_ERROR_CODE, which
is not a public API and going away.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmveth.c