Smatch reported issues with an unitialised variable and an error exit that did not set an error code for return.
Signed-off-by: Andrew Goodbody <andrew.goodb...@linaro.org> --- Andrew Goodbody (2): phy: cadence: sierra: Remove variable that is not assigned to phy: cadence: torrent: Set an error code for return drivers/phy/cadence/phy-cadence-sierra.c | 4 ++-- drivers/phy/cadence/phy-cadence-torrent.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) --- base-commit: 007610da2cca405ea7739fc120d90085be4b6ac2 change-id: 20250806-phy-cadence-sierra-c3208604bbf0 Best regards, -- Andrew Goodbody <andrew.goodb...@linaro.org>