File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -710,7 +710,7 @@ typedef u32 pqi_index_t;
710
710
#define SOP_TMF_COMPLETE 0x0
711
711
#define SOP_TMF_REJECTED 0x4
712
712
#define SOP_TMF_FUNCTION_SUCCEEDED 0x8
713
- #define SOP_RC_INCORRECT_LOGICAL_UNIT 0x9
713
+ #define SOP_TMF_INCORRECT_LOGICAL_UNIT 0x9
714
714
715
715
/* additional CDB bytes usage field codes */
716
716
#define SOP_ADDITIONAL_CDB_BYTES_0 0 /* 16-byte CDB */
Original file line number Diff line number Diff line change @@ -3358,7 +3358,7 @@ static int pqi_interpret_task_management_response(struct pqi_ctrl_info *ctrl_inf
3358
3358
case SOP_TMF_REJECTED :
3359
3359
rc = - EAGAIN ;
3360
3360
break ;
3361
- case SOP_RC_INCORRECT_LOGICAL_UNIT :
3361
+ case SOP_TMF_INCORRECT_LOGICAL_UNIT :
3362
3362
rc = - ENODEV ;
3363
3363
break ;
3364
3364
default :
You can’t perform that action at this time.
0 commit comments