]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: ralink: add missing put_device in ill_acc_of_setup
authoryu kuai <yukuai3@huawei.com>
Wed, 25 Dec 2019 13:15:20 +0000 (21:15 +0800)
committerPaul Burton <paulburton@kernel.org>
Thu, 9 Jan 2020 17:40:47 +0000 (09:40 -0800)
commitdefed0bbca2cc24b8c2ee02d79d1451d4eb95e4a
tree9966aed011b9c004d71ebe1ace685918b7afa161
parent9c48c48cd49981051fd210b7248936b65578ce31
MIPS: ralink: add missing put_device in ill_acc_of_setup

If of_find_device_by_node return 0 and ill_acc_of_setup return error,
pdev don't have a corresponding object release.

Fix it by adding put_device.

Signed-off-by: yu kuai <yukuai3@huawei.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: <john@phrozen.org>
Cc: <ralf@linux-mips.org>
Cc: <jhogan@kernel.org>
Cc: <linux-mips@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Cc: <zhengbin13@huawei.com>
Cc: <yi.zhang@huawei.com>
arch/mips/ralink/ill_acc.c