mbox_request_channel() returning value was changed in case of error. It uses returning value of of_parse_phandle_with_args(). It is returning with -ENOENT instead of -ENODEV when no mboxes property exists.
ENODEV was checked before fallback to parse qcom,ipc property. Signed-off-by: Barnabás Czémán <barnabas.cze...@mainlining.org> --- Barnabás Czémán (2): rpmsg: qcom_smd: Fix fallback to qcom,ipc parse soc: qcom: smp2p: Fix fallback to qcom,ipc parse drivers/rpmsg/qcom_smd.c | 2 +- drivers/soc/qcom/smp2p.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- base-commit: bc8aa6cdadcc00862f2b5720e5de2e17f696a081 change-id: 20250421-fix-qcom-smd-76f7c414a11a Best regards, -- Barnabás Czémán <barnabas.cze...@mainlining.org>