forked from len0rd/rockbox
typo in r27876
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e20fb32862
commit
26de96cad8
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ static int sd_transfer_sectors(IF_MD2(int drive,) unsigned long start,
|
|||
}
|
||||
else
|
||||
{
|
||||
dma_buf = AS3525(&aligned_buffer[0]);
|
||||
dma_buf = AS3525_PHYSICAL_ADDR(&aligned_buffer[0]);
|
||||
if(transfer > UNALIGNED_NUM_SECTORS)
|
||||
transfer = UNALIGNED_NUM_SECTORS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue