commit | c090959b9dd8c87703e275079aa4b4a824ba3f8e | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Wed Nov 16 17:31:30 2016 +0000 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Nov 30 23:29:37 2016 +0100 |
tree | 59c5c602924936f45eaf180ccf82750afc7e1451 | |
parent | 920f8bf7f366ed20935669f782ffcb5a36d5df8f [diff] |
bus: vexpress-config: fix device reference leak 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>