Searched hist:c090959b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/bus/ |
H A D | vexpress-config.c | c090959b Wed Nov 16 11:31:30 CST 2016 Johan Hovold <johan@kernel.org> 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> c090959b Wed Nov 16 11:31:30 CST 2016 Johan Hovold <johan@kernel.org> 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>
|