commit | 99cec8633e4613b75134c5b173eaeef0d366bde3 | [log] [tgz] |
---|---|---|
author | yu kuai <yukuai3@huawei.com> | Thu Jun 04 20:54:49 2020 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 22 09:10:44 2020 +0200 |
tree | 5c2f119eda106db0ad43a3a66667e050c638abf2 | |
parent | bf9b3fbe5fc1c69e0103b6c78bf07f7164327d26 [diff] |
ARM: imx6: add missing put_device() call in imx6q_suspend_init() [ Upstream commit 4845446036fc9c13f43b54a65c9b757c14f5141b ] if of_find_device_by_node() succeed, imx6q_suspend_init() doesn't have a corresponding put_device(). Thus add a jump target to fix the exception handling for this function implementation. Signed-off-by: yu kuai <yukuai3@huawei.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>