commit | 5142b34fba0768c88ba9895b1f3b7a9aebdb480f | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Dec 08 01:57:04 2018 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 05 22:29:13 2019 +0200 |
tree | 2f248b77c509d8f9c4b7d6b755ea25e29cd64237 | |
parent | 02c2935cfe9d3a2dfcb07572630e8359ee698ff7 [diff] |
soc: qcom: gsbi: Fix error handling in gsbi_probe() [ Upstream commit 8cd09a3dd3e176c62da67efcd477a44a8d87185e ] If of_platform_populate() fails in gsbi_probe(), gsbi->hclk is left undisabled. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>