summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/usbstack/usb_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index 475bd4c00a..83b3aeec43 100644
--- a/firmware/usbstack/usb_storage.c
+++ b/firmware/usbstack/usb_storage.c
@@ -716,7 +716,7 @@ static void handle_scsi(struct command_block_wrapper* cbw)
716 break; 716 break;
717 717
718 case SCSI_REPORT_LUNS: { 718 case SCSI_REPORT_LUNS: {
719 logf("scsi inquiry %d",lun); 719 logf("scsi report luns %d",lun);
720 int allocation_length=0; 720 int allocation_length=0;
721 int i; 721 int i;
722 allocation_length|=(cbw->command_block[6]<<24); 722 allocation_length|=(cbw->command_block[6]<<24);