mmc: octeontx_hsmmc: Need parens in expression
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Thu, 31 Jul 2025 10:51:21 +0000 (11:51 +0100)
committerStefan Roese <stefan.roese@mailbox.org>
Mon, 13 Oct 2025 14:13:21 +0000 (16:13 +0200)
commit4b1b035e748de19e635b554401634d14c9a08448
treec0190dc824cbd6dd8ab96c929706ccf3511630e2
parentae7fea1b374d8c7cb3b1003e4a6cc80c1d72d4b0
mmc: octeontx_hsmmc: Need parens in expression

The check for no response expected in octeontx_mmc_send_cmd needs parens
adding for proper interpretation.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
drivers/mmc/octeontx_hsmmc.c