]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fat: cannot compare bytes and sectors
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Mon, 8 Aug 2011 09:39:29 +0000 (09:39 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 1 Oct 2011 19:51:23 +0000 (21:51 +0200)
commit60b36f0fc7c77e98b9d55c237e455c42a1caa44b
tree2427ebadc4ad1964c7d45a1ea3383910dcd5db40
parentac4977719e157bcb3c45c70d9dd781164727530d
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>
fs/fat/fat.c