diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2007-01-30 01:18:38 -0800 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-18 11:15:05 -0500 |
commit | 35a7f2f698d309cc50d98e56312dd907427b7ba4 (patch) | |
tree | c874f6729e7651f47ff8496ca739c71b3c16bc5a /ipc | |
parent | 3eb7a51a3ae0ed0227e051ecf75199fccbb4cc73 (diff) |
[SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_*
The sas_ata_qc_issue function was incorrectly written to return error
codes such as -ENOMEM. Since libata OR's qc->err_mask with the
return value, It is necessary to make my code return one of the
AC_ERR_ codes instead. For now, use AC_ERR_SYSTEM because an error
here means that the OS couldn't send the command to the controller.
If anybody has a suggestion for a better AC_ERR_ code to use, please
suggest it.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions