commit | 7b4993907a8c6839b14a769b98d56dddbf7cbe88 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Nov 08 08:56:08 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 23 13:53:03 2021 -0500 |
tree | 6b4371b8f8f491eee720822c5bf2bf1e1e12f92d | |
parent | 5ddbbd19576c33f584da056c78778268dcb6ad67 [diff] |
firmware: scmi: mailbox transport: fix probe failure implementation Correct scmi mailbox probe function that can't free the scmi channel instance since its auto-allocated by the device model framework. Cc: Simon Glass <sjg@chromium.org> Cc: Patrice Chotard <patrice.chotard@foss.st.com> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>