On Thu, Jul 31, 2025 at 11:51:20AM +0100, 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 <andrew.goodb...@linaro.org> >--- >Andrew Goodbody (2): > mmc: octeontx_hsmmc: Need parens in expression > mmc: octeontx_hsmmc: Remove impossible test >
Reviewed-by: Peng Fan <peng....@nxp.com>