commit | 60b36f0fc7c77e98b9d55c237e455c42a1caa44b | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Mon Aug 08 09:39:29 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 01 21:51:23 2011 +0200 |
tree | 2427ebadc4ad1964c7d45a1ea3383910dcd5db40 | |
parent | ac4977719e157bcb3c45c70d9dd781164727530d [diff] |
fat: cannot compare bytes and sectors The code multiples the FAT size in sectors by the sector size and then tries to compare that to the number of sectors in the 'getsize' variable. While fixing this, also change the initial value of 'getsize' as the division of FATBUFSIZE by the sector size gets us FATBUFBLOCKS. Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>