On 15.11.2021 18.59, Greg Kroah-Hartman wrote:
From: Mikko Perttunen mperttunen@nvidia.com
[ Upstream commit c045ceb5a145d2a9a4bf33cbc55185ddf99f60ab ]
The return value from tegra_bpmp_transfer indicates the success or failure of the IPC transaction with BPMP. If the transaction succeeded, we also need to check the actual command's result code. Add code to do this.
Signed-off-by: Mikko Perttunen mperttunen@nvidia.com Link: https://lore.kernel.org/r/20210915085517.1669675-2-mperttunen@nvidia.com Signed-off-by: Philipp Zabel p.zabel@pengutronix.de Signed-off-by: Sasha Levin sashal@kernel.org
...
Can we drop this patch from all stable trees. A revert has been submitted by Jon Hunter -- the reason is that the tegra-hda driver has a (harmless) bug that was previously masked, but with this patch causes the driver to fail to probe.
Thanks, Mikko