commit | a0cbd6acce0855e49a1abb5b3d228213cc293807 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Thu Apr 22 22:28:56 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 27 08:05:30 2021 -0400 |
tree | 2e8e1dc2eeeab70a92c9f36bd84e2fc534e7fcc3 | |
parent | 376daa854c1a98a51a64f7504d1439519e9738ea [diff] |
pinctrl: single: fix a never true comparison 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 <dariobin@libero.it> Reviewed-by: Pratyush Yadav <p.yadav@ti.com>