commit | 230bc623a49a214bdf1a53971404ab762414ec71 | [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 | 69414d86ed57bf7b55ccd79d3d5ca5a01987a5b7 [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>