xhci: Add completion code to the debug ouput of unhandled transfer events
[deliverable/linux.git] / drivers / target / target_core_sbc.c
index 8d171ff77e75d48f4ba443f5f896c44f6453f292..11bea1952435a397172ce69804a1088567bde03f 100644 (file)
@@ -485,7 +485,7 @@ static sense_reason_t compare_and_write_callback(struct se_cmd *cmd)
        cmd->t_data_nents_orig = cmd->t_data_nents;
        cmd->t_data_nents = 1;
 
-       cmd->sam_task_attr = MSG_HEAD_TAG;
+       cmd->sam_task_attr = TCM_HEAD_TAG;
        cmd->transport_complete_callback = compare_and_write_post;
        /*
         * Now reset ->execute_cmd() to the normal sbc_execute_rw() handler
This page took 0.026914 seconds and 5 git commands to generate.