Re: [U-Boot] [PATCH] pfuze: Fix unsigned variable for less-than-zero comparison

2016-01-07 Thread Stefano Babic
On 04/01/2016 08:26, Peng Fan wrote: > From: "Ye.Li" > > According to the Coverity result, a unsigned int variable is used fo less- > than-zero comparison, the result is never true. Need to fix the variable > type to signed int. > > Signed-off-by: Ye.Li

Re: [U-Boot] [PATCH] pfuze: Fix unsigned variable for less-than-zero comparison

2016-01-04 Thread Stefano Babic
Hi Peng, On 04/01/2016 08:26, Peng Fan wrote: > From: "Ye.Li" > it is enough to have Ye in the Signed-off instead of the commit message. > According to the Coverity result, a unsigned int variable is used fo less- > than-zero comparison, the result is never true. Need to

Re: [U-Boot] [PATCH] pfuze: Fix unsigned variable for less-than-zero comparison

2016-01-04 Thread Peng Fan
Hi Stefano, On Mon, Jan 04, 2016 at 10:07:25AM +0100, Stefano Babic wrote: >Hi Peng, > >On 04/01/2016 08:26, Peng Fan wrote: >> From: "Ye.Li" >> > >it is enough to have Ye in the Signed-off instead of the commit message. Since author is not me, but patch sent out from me.

[U-Boot] [PATCH] pfuze: Fix unsigned variable for less-than-zero comparison

2016-01-03 Thread Peng Fan
From: "Ye.Li" According to the Coverity result, a unsigned int variable is used fo less- than-zero comparison, the result is never true. Need to fix the variable type to signed int. Signed-off-by: Ye.Li Signed-off-by: Peng Fan Cc: