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 7e5ee32 commit 929b698Copy full SHA for 929b698
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