On 7/31/25 12:51, Andrew Goodbody wrote:
Smatch reported two issues. Firstly that an expression probably needed
parenthesis to be correctly interpreted. Secondly that two unsigned
fields in a struct were both being tested for being less than 0.
Signed-off-by: Andrew Goodbody <[email protected]>
---
Andrew Goodbody (2):
mmc: octeontx_hsmmc: Need parens in expression
mmc: octeontx_hsmmc: Remove impossible test
drivers/mmc/octeontx_hsmmc.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Applied to u-boot-marvell/master
Thanks,
Stefan