mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion
authorSibi Sankar <sibis@codeaurora.org>
Wed, 16 Jun 2021 17:42:58 +0000 (23:12 +0530)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 26 Jun 2021 16:40:29 +0000 (11:40 -0500)
commitd6fbfdbc12745ce24bcd348dbf7e652353b3e59c
tree9379e91a03d182fadd0d07ca105bce7bf7ae9996
parent8ebc3b5aa4cfafd8b9d58e2595a12f0715594619
mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion

Fix IPCC (Inter-Processor Communication Controller) channel exhaustion by
setting the channel private data to NULL on mbox shutdown.

Err Logs:
remoteproc: MBA booted without debug policy, loading mpss
remoteproc: glink-edge: failed to acquire IPC channel
remoteproc: failed to probe subdevices for remoteproc: -16

Fixes: fa74a0257f45 ("mailbox: Add support for Qualcomm IPCC")
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Cc: stable@vger.kernel.org
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/qcom-ipcc.c