Searched hist:"858779 df1c0787d3fec827fb705708df9ebdb15b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | diff 858779df1c0787d3fec827fb705708df9ebdb15b Tue Nov 16 02:10:51 CST 2021 Ye Guojin <ye.guojin@zte.com.cn> MIPS: OCTEON: add put_device() after of_find_device_by_node()
This was found by coccicheck: ./arch/mips/cavium-octeon/octeon-platform.c, 332, 1-7, ERROR missing put_device; call of_find_device_by_node on line 324, but without a corresponding object release within this function. ./arch/mips/cavium-octeon/octeon-platform.c, 395, 1-7, ERROR missing put_device; call of_find_device_by_node on line 387, but without a corresponding object release within this function. ./arch/mips/cavium-octeon/octeon-usb.c, 512, 3-9, ERROR missing put_device; call of_find_device_by_node on line 515, but without a corresponding object release within this function. ./arch/mips/cavium-octeon/octeon-usb.c, 543, 1-7, ERROR missing put_device; call of_find_device_by_node on line 515, but without a corresponding object release within this function.
Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: Ye Guojin <ye.guojin@zte.com.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|