From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sat, 01 Oct 2011 21:51:36 +0200 Subject: [U-Boot] [PATCH 2/2] fat: cannot compare bytes and sectors In-Reply-To: <201108082339.29933.sshtylyov@ru.mvista.com> References: <201108082339.29933.sshtylyov@ru.mvista.com> Message-ID: <20111001195136.CD91D18DFFFE@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Sergei Shtylyov, In message <201108082339.29933.sshtylyov@ru.mvista.com> you wrote: > 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 > > --- > fs/fat/fat.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "Why waste negative entropy on comments, when you could use the same entropy to create bugs instead?" - Steve Elias