commit | 753f3884f253de6b6d3a516e6651bda0baf4aede | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Jun 18 14:19:53 2020 +0000 |
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | Wed Jul 01 14:18:54 2020 -0700 |
tree | 0cc3908fdce17650b2a3f6fda991ac7c303437ce | |
parent | d5ec9e2ce41ac198de2ee18e0e529b7ebbc67408 [diff] |
iavf: fix error return code in iavf_init_get_resources() Fix to return negative error code -ENOMEM from the error handling case instead of 0, as done elsewhere in this function. Fixes: b66c7bc1cd4d ("iavf: Refactor init state machine") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>