diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-06-20 16:29:14 +0800 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-06-20 10:34:07 -0600 |
commit | 51ef72bda70841fddd595142ed0e7e0fc571c500 (patch) | |
tree | 77ba038f4cac07d04b0de9e4c445839418687a86 /arch/x86/kernel/setup.c | |
parent | 71feb364e7faadc681e714f7fdc2bede208ba26c (diff) | |
download | talos-obmc-linux-51ef72bda70841fddd595142ed0e7e0fc571c500.tar.gz talos-obmc-linux-51ef72bda70841fddd595142ed0e7e0fc571c500.zip |
block: nvme-scsi: Catch kcalloc failure
res variable was initialized to -ENOMEM, but it's override by
nvme_trans_copy_from_user(). So current code returns 0 if kcalloc fails.
Fix it to return proper error code.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'arch/x86/kernel/setup.c')
0 files changed, 0 insertions, 0 deletions