]> 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)
commit9b31167c70748dc461acbb9fbd376b20551ea20a
treef6c605edc18d608a720942ded108f7a7c8a0f0f4
parente5283a249506938694954fe860da235fde9b9c43
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