forked from len0rd/rockbox
correct wrong logf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19627 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b6eaf1db1b
commit
a2e80d573c
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ static void handle_scsi(struct command_block_wrapper* cbw)
|
|||
break;
|
||||
|
||||
case SCSI_REPORT_LUNS: {
|
||||
logf("scsi inquiry %d",lun);
|
||||
logf("scsi report luns %d",lun);
|
||||
int allocation_length=0;
|
||||
int i;
|
||||
allocation_length|=(cbw->command_block[6]<<24);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue