1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +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:
Andy Green 2008-11-28 10:16:41 +00:00 committed by Andy Green
parent c44ce29cb4
commit 9b5a1a65db

View File

@ -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;
}