bus: vexpress-config: fix device reference leak
authorJohan Hovold <johan@kernel.org>
Wed, 16 Nov 2016 17:31:30 +0000 (17:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2017 19:17:22 +0000 (20:17 +0100)
commit4d1b5086f7e2f4708621b30dd7c0f92e05e0aeca
tree75e7f275cdd5d2ebf2412f3068495a3ba525137f
parent6e8210ad2585ba8292d91374e2d0750dd45773e9
bus: vexpress-config: fix device reference leak

commit c090959b9dd8c87703e275079aa4b4a824ba3f8e upstream.

Make sure to drop the reference to the parent device taken by
class_find_device() after populating the bus.

Fixes: 3b9334ac835b ("mfd: vexpress: Convert custom func API to regmap")
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bus/vexpress-config.c