diff options
author | Hannes Reinecke <hare@suse.de> | 2014-11-17 08:25:19 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-24 14:01:40 -0500 |
commit | eb846d9f147455e4e5e1863bfb5e31974bb69b7c (patch) | |
tree | 443efbb146c7824508be817923bab04c2185810e /drivers/scsi/aacraid/linit.c | |
parent | 3af6b35261182ff185db1f0fd271254147e2663e (diff) |
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
SPC-3 defines SERVICE ACTION IN(12) and SERVICE ACTION IN(16).
So rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 to be
consistent with SPC and to allow for better distinction.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Tested-by: Robert Elliott <elliott@hp.com>
Reviewed-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/aacraid/linit.c')
-rw-r--r-- | drivers/scsi/aacraid/linit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c index 41b9c68bca67..4c340d88c33d 100644 --- a/drivers/scsi/aacraid/linit.c +++ b/drivers/scsi/aacraid/linit.c | |||
@@ -555,7 +555,7 @@ static int aac_eh_abort(struct scsi_cmnd* cmd) | |||
555 | AAC_DRIVERNAME, | 555 | AAC_DRIVERNAME, |
556 | host->host_no, sdev_channel(dev), sdev_id(dev), dev->lun); | 556 | host->host_no, sdev_channel(dev), sdev_id(dev), dev->lun); |
557 | switch (cmd->cmnd[0]) { | 557 | switch (cmd->cmnd[0]) { |
558 | case SERVICE_ACTION_IN: | 558 | case SERVICE_ACTION_IN_16: |
559 | if (!(aac->raw_io_interface) || | 559 | if (!(aac->raw_io_interface) || |
560 | !(aac->raw_io_64) || | 560 | !(aac->raw_io_64) || |
561 | ((cmd->cmnd[1] & 0x1f) != SAI_READ_CAPACITY_16)) | 561 | ((cmd->cmnd[1] & 0x1f) != SAI_READ_CAPACITY_16)) |