We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3bbcb commit 1690721Copy full SHA for 1690721
drivers/usb/gadget/function/f_tcm.c
@@ -1066,7 +1066,6 @@ static void usbg_cmd_work(struct work_struct *work)
1066
out:
1067
transport_send_check_condition_and_sense(se_cmd,
1068
TCM_UNSUPPORTED_SCSI_OPCODE, 1);
1069
- transport_generic_free_cmd(&cmd->se_cmd, 0);
1070
}
1071
1072
static struct usbg_cmd *usbg_get_cmd(struct f_uas *fu,
@@ -1195,7 +1194,6 @@ static void bot_cmd_work(struct work_struct *work)
1195
1194
1196
1197
1198
1199
1200
1201
static int bot_submit_command(struct f_uas *fu,
0 commit comments