]> git.baikalelectronics.ru Git - kernel.git/commit
arm/mach-at91/pm : fix possible object reference leak
authorPeng Hao <peng.hao2@zte.com.cn>
Tue, 2 Apr 2019 14:12:38 +0000 (22:12 +0800)
committerLudovic Desroches <ludovic.desroches@microchip.com>
Thu, 4 Apr 2019 10:00:24 +0000 (12:00 +0200)
commit0c1daaf4cbb3e6759c7c5bf296a522d4b3c34de1
treef6c605edc18d608a720942ded108f7a7c8a0f0f4
parentc7c7448db0bb47c0f0e58d6cd48e5c81464a7171
arm/mach-at91/pm : fix possible object reference leak

of_find_device_by_node() takes a reference to the struct device
when it finds a match via get_device. When returning error we should
call put_device.

Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
arch/arm/mach-at91/pm.c