mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 12:28:06 +02:00
qi-fix-return-ext2-dev-last-sector.patch
There was a bug about dealing with last ext2 sector of file because we failed to return the number of sectors pulled Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
c44ce29cb4
commit
9b5a1a65db
@ -646,5 +646,5 @@ unsigned long s3c6410_mmc_bread(int dev_num, unsigned long start_blk, unsigned l
|
||||
|
||||
HS_DMA_END = 0;
|
||||
|
||||
return 0;
|
||||
return blknum;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user