[SCSI] ipr: Auto sense handling fix
Fix up a logic error in the checking for valid sense data. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
5b7304fbfb
commit
117d2ce1ce
@@ -4127,8 +4127,7 @@ static int ipr_get_autosense(struct ipr_cmnd *ipr_cmd)
|
|||||||
{
|
{
|
||||||
struct ipr_ioasa *ioasa = &ipr_cmd->ioasa;
|
struct ipr_ioasa *ioasa = &ipr_cmd->ioasa;
|
||||||
|
|
||||||
if ((be32_to_cpu(ioasa->ioasc_specific) &
|
if ((be32_to_cpu(ioasa->ioasc_specific) & IPR_AUTOSENSE_VALID) == 0)
|
||||||
(IPR_ADDITIONAL_STATUS_FMT | IPR_AUTOSENSE_VALID)) == 0)
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
memcpy(ipr_cmd->scsi_cmd->sense_buffer, ioasa->auto_sense.data,
|
memcpy(ipr_cmd->scsi_cmd->sense_buffer, ioasa->auto_sense.data,
|
||||||
|
|||||||
Reference in New Issue
Block a user