[PATCH 0/2] mmc: octeontx_hsmmc: Fix two Smatch issues

Andrew Goodbody andrew.goodbody at linaro.org
Thu Jul 31 12:51:20 CEST 2025


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 <andrew.goodbody at linaro.org>
---
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(-)
---
base-commit: a8f20bb6650df56d2600cda2c66f9349df9e49c8
change-id: 20250731-octeontx_hsmmc-e5cbdf9051bd

Best regards,
-- 
Andrew Goodbody <andrew.goodbody at linaro.org>



More information about the U-Boot mailing list