phy: keystone-usb: Do not negate return code
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Wed, 6 Aug 2025 15:47:46 +0000 (16:47 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 15 Aug 2025 20:17:30 +0000 (14:17 -0600)
commit26d9bd1ccd6b344d1cc9ddb3d50981b106fed3b8
tree0d5123a4f2b2d1707d7d36b029a5b0729d0c8930
parent3f486367bc8ba415fa0acbe72e57bfbfe3ffaca1
phy: keystone-usb: Do not negate return code

In keystone_usb_init the return code from psc_enable_module should be
returned as is rather than being negated.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
drivers/phy/keystone-usb-phy.c