Re: [PATCH v2] pinctrl: single: fix a never true comparison

2021-04-27 Thread Tom Rini
On Thu, Apr 22, 2021 at 10:28:56PM +0200, Dario Binacchi wrote: > As reported by Coverity Scan for Das U-Boot, the 'less-than-zero' > comparison of an unsigned value is never true. > > Signed-off-by: Dario Binacchi > Reviewed-by: Pratyush Yadav Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v2] pinctrl: single: fix a never true comparison

2021-04-23 Thread Pratyush Yadav
On 22/04/21 10:28PM, Dario Binacchi wrote: > As reported by Coverity Scan for Das U-Boot, the 'less-than-zero' > comparison of an unsigned value is never true. > > Signed-off-by: Dario Binacchi > Reviewed-by: Pratyush Yadav > > --- > > Changes in v2: > - Balance quote in commit message > -

[PATCH v2] pinctrl: single: fix a never true comparison

2021-04-22 Thread Dario Binacchi
As reported by Coverity Scan for Das U-Boot, the 'less-than-zero' comparison of an unsigned value is never true. Signed-off-by: Dario Binacchi Reviewed-by: Pratyush Yadav --- Changes in v2: - Balance quote in commit message - Add review tag drivers/pinctrl/pinctrl-single.c | 4 ++-- 1 file