On Fri, 08 Aug 2025 11:47:43 +0100, Andrew Goodbody wrote: > 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. > >
Applied to u-boot/next, thanks! [1/1] ram: k3-ddrss: Use logical and not bitwise commit: 460db5b44dba0ec93bbfec3bdf537fba7a487714 -- Tom