scsi: smartpqi: change tmf macro names

small change to make code look cleaner

Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Kevin Barnett
2016-08-31 14:54:17 -05:00
committed by Martin K. Petersen
parent a60eec0251
commit b17f048658
2 changed files with 4 additions and 6 deletions

View File

@@ -2469,8 +2469,8 @@ static int pqi_interpret_task_management_response(
int rc;
switch (response->response_code) {
case SOP_TASK_MANAGEMENT_FUNCTION_COMPLETE:
case SOP_TASK_MANAGEMENT_FUNCTION_SUCCEEDED:
case SOP_TMF_COMPLETE:
case SOP_TMF_FUNCTION_SUCCEEDED:
rc = 0;
break;
default: