commit | 3e2e833a547cbd0cb3fbe85a5f6ee71a93931fde | [log] [tgz] |
---|---|---|
author | Kashyap, Desai <kashyap.desai@lsi.com> | Thu Jun 17 13:47:29 2010 +0530 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue Jul 27 12:02:20 2010 -0500 |
tree | b40daea9dca424ff8f42866b38efedab0cb9485c | |
parent | f3eedd698ebafd0fe8a292672604a2db61c2c00a [diff] |
[SCSI] mpt2sas: Added -ENOMEM return type when allocation fails In the driver mpt2sas_base_attach subroutine, we need to add support to return the proper error code when there are memory allocation failures, e.g. returning -ENOMEM. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>