diff options
author | Burak Ok <[email protected]> | 2016-12-21 14:45:53 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2017-01-05 20:45:42 -0500 |
commit | 0371adcdaca92912baaa3256ed13e058a016e62d (patch) | |
tree | f87f61abdbe10d1a26b87231547633cc586efe33 /tools/perf/scripts/python | |
parent | 9698b6f473555a722bf81a3371998427d5d27bde (diff) |
scsi: snic: Return error code on memory allocation failure
If a call to mempool_create_slab_pool() in snic_probe() returns NULL,
return -ENOMEM to indicate failure. mempool_creat_slab_pool() only fails
if it cannot allocate memory.
https://bugzilla.kernel.org/show_bug.cgi?id=189061
Reported-by: [email protected]
Signed-off-by: Burak Ok <[email protected]>
Signed-off-by: Andreas Schaertl <[email protected]>
Acked-by: Narsimhulu Musini <[email protected]>
Reviewed-by: Ewan D. Milne <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions