summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-07-22 17:42:20 +0100
committerStefan Roese <[email protected]>2025-10-13 16:13:21 +0200
commitae7fea1b374d8c7cb3b1003e4a6cc80c1d72d4b0 (patch)
tree4cd46fa7196facc29625210cb8af80abefb09f6f /scripts/objdiff
parent48f21e66e360552c75d70a50421d0e0ed1f59e90 (diff)
sata: sata_mv: Remove always true test
Smatch reported an issue with a test that was always true in that an unsigned variable will always be >= to zero. This led to a closer look at the code which showed that some static functions returned values that were always discarded so make those functions return void. Also make the passing of block counts in those functions always use lbaint_t. Signed-off-by: Andrew Goodbody <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions