summaryrefslogtreecommitdiff
path: root/scripts/gcc-stack-usage.sh
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-08-07 17:35:19 +0100
committerTom Rini <[email protected]>2025-08-29 16:45:19 -0600
commit8f90028ccdbfc74487c4b40bd6fe5d34c3309b7a (patch)
treeb96fdb18f695a4f458f9ada3e431234134b5e351 /scripts/gcc-stack-usage.sh
parent42f959d0b091b779f235d7d0e54a794d4d857917 (diff)
power: regulator: lp87565: Cannot test unsigned for being negative
In lp87565_buck_val hex is an unsigned variable being assigned the return value from a function that returns int. Change hex to be an int so that the following test for an error as a negative value will work as expected. This issue was found by Smatch. Signed-off-by: Andrew Goodbody <[email protected]> Reviewed-by: Frieder Schrempf <[email protected]>
Diffstat (limited to 'scripts/gcc-stack-usage.sh')
0 files changed, 0 insertions, 0 deletions