summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-07-30 17:52:56 +0100
committerPeng Fan <[email protected]>2025-09-01 10:33:09 +0800
commit95994d4e5996610c8205597b2849b48eaaf2baff (patch)
treedf8cc845748fa26072a899629172f3f727a8a3da /doc/develop
parentad197b31b3f88d53c349995d8bbaeba4b18b8f2b (diff)
mmc: iproc_sdhci: Cannot test unsigned variable for negative
In sdhci_iproc_execute_tuning the variable tuning_loop_counter is unsigned and therefore will always fail the test for it being less than 0. Fix this by changing the variable type to be s8. This issue was found by Smatch. Signed-off-by: Andrew Goodbody <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions