commit | 0e87203af470d5c169cbe89df4e98ed256107038 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Aug 24 13:47:58 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 25 16:41:00 2016 -0700 |
tree | bf0e63764c85e345b9296a9c7f1c051910abd6df | |
parent | 7a95e94ce0c255327eb8acb07241a95f3250b54b [diff] |
ibmvnic: fix error return code in ibmvnic_probe() Fix to return error code -ENOMEM from the dma_map_single error handling case instead of 0, as done elsewhere in this function. Fixes: 032c5e82847a ("Driver for IBM System i/p VNIC protocol") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>