ram: k3-ddrss: Use logical and not bitwise
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Fri, 8 Aug 2025 10:47:43 +0000 (11:47 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 15 Aug 2025 20:17:30 +0000 (14:17 -0600)
commit460db5b44dba0ec93bbfec3bdf537fba7a487714
treee1a9b843716e70ec49c8451c562a541ae7d339d8
parentfc96c1de5b719561db15259009a9ef22e671ee3d
ram: k3-ddrss: Use logical and not bitwise

The test for the interrupt LPDDR4_INTR_BIST_DONE is using a bitwise and
but the test is simple logic so use the more appropriate logical and.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
drivers/ram/k3-ddrss/k3-ddrss.c