We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aede06 commit c225d00Copy full SHA for c225d00
drivers/usb/gadget/function/f_tcm.c
@@ -1062,7 +1062,6 @@ static void usbg_cmd_work(struct work_struct *work)
1062
out:
1063
transport_send_check_condition_and_sense(se_cmd,
1064
TCM_UNSUPPORTED_SCSI_OPCODE, 1);
1065
- transport_generic_free_cmd(&cmd->se_cmd, 0);
1066
}
1067
1068
static struct usbg_cmd *usbg_get_cmd(struct f_uas *fu,
@@ -1191,7 +1190,6 @@ static void bot_cmd_work(struct work_struct *work)
1191
1190
1192
1193
1194
1195
1196
1197
static int bot_submit_command(struct f_uas *fu,
0 commit comments