Re: [U-Boot] [PATCH v2] cfi_flash: precision and underflow problem in tout calculation

2010-03-24 Thread Thomas Chou
On 03/24/2010 09:46 PM, Stefan Roese wrote: > Hi Thomas, > > On Wednesday 24 March 2010 01:55:28 Thomas Chou wrote: > >> From: Renato Andreola >> >> With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000. >> >> Signed-off-by: Alessandro Rubini >> Signed-off-by: Renato Andreola >>

Re: [U-Boot] [PATCH v2] cfi_flash: precision and underflow problem in tout calculation

2010-03-24 Thread Stefan Roese
Hi Thomas, On Wednesday 24 March 2010 01:55:28 Thomas Chou wrote: > From: Renato Andreola > > With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000. > > Signed-off-by: Alessandro Rubini > Signed-off-by: Renato Andreola Sorry for nitpicking again, but you need to add your S-o-b

[U-Boot] [PATCH v2] cfi_flash: precision and underflow problem in tout calculation

2010-03-23 Thread Thomas Chou
From: Renato Andreola With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000. Signed-off-by: Alessandro Rubini Signed-off-by: Renato Andreola --- drivers/mtd/cfi_flash.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers