phy: cadence: torrent: Set an error code for return
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Mon, 18 Aug 2025 10:44:29 +0000 (11:44 +0100)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 18 Aug 2025 13:47:58 +0000 (15:47 +0200)
commitc4526c390a3c4ea1c4f244b6436ebbb74902769a
tree32bbe5e987136445ef2fcd881fe731e8a23cc609
parent783ea37c7b52ae088e8c64581fbe412b5dc9a878
phy: cadence: torrent: Set an error code for return

In cdns_torrent_phy_probe the test for too many lanes configured does
not set an error code before taking the error path. This could lead to a
silent failure if the calling code does not detect the error. Add the
code to return -EINVAL in this case.

This issue was found by Smatch.

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