mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Oops, fixed the wrong line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31275 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8632f955f4
commit
0180a1cf55
1 changed files with 2 additions and 2 deletions
|
@ -778,7 +778,7 @@ static void handle_scsi(struct command_block_wrapper* cbw)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_HOTSWAP
|
#ifdef HAVE_HOTSWAP
|
||||||
if(storage_removable(lun) && !storage_present(IF_MD(lun))) {
|
if(storage_removable(lun) && !storage_present(lun)) {
|
||||||
ejected[lun] = true;
|
ejected[lun] = true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -787,7 +787,7 @@ static void handle_scsi(struct command_block_wrapper* cbw)
|
||||||
lun_present = false;
|
lun_present = false;
|
||||||
|
|
||||||
#ifdef MAX_LOG_SECTOR_SIZE
|
#ifdef MAX_LOG_SECTOR_SIZE
|
||||||
block_size_mult = disk_get_sector_multiplier(lun);
|
block_size_mult = disk_get_sector_multiplier(IF_MD(lun));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cur_cmd.tag = cbw->tag;
|
cur_cmd.tag = cbw->tag;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue