Files
u-boot/drivers/scsi
Andrew Goodbody 41713b9967 scsi: Make static functions consistent using lbaint_t
The static helper functions are inconsistent in their use of their third
parameter which is used to pass a block count. Keep consistency by
always using lbaint_t here. This will fix an issue where two left shifts
were overflowing the variable type in use.

This issue found by Smatch

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2025-07-14 15:16:43 -06:00
..
2025-01-20 19:26:54 -06:00
2024-10-11 11:44:48 -06:00