commit | 1287dabd345f447bbe0f7a99fc95ab89bcfc0f5d | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon May 13 22:29:04 2013 +0800 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri May 17 09:13:18 2013 -0400 |
tree | c28b898aa3296ab653403ae275f53151b66abb9f | |
parent | 5460fc03105fbed01fe27aa572d9f65bb410a61d [diff] |
NVMe: fix error return code in nvme_submit_bio_queue() nvme_submit_flush_data() might overwrite the initialisation of the return value with 0, so move the -ENOMEM setting close to the usage. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>