Revision 7b66dfcc6e1e1f018492619c3d0fc432b6b54272 authored by Liang He on 12 July 2022, 09:56:23 UTC, committed by Marc Kleine-Budde on 20 July 2022, 08:20:19 UTC
We should use of_node_put() for the reference returned by
of_get_child_by_name() which has increased the refcount.

Fixes: 45721c406dcf ("can: rcar_canfd: Add support for r8a779a0 SoC")
Link: https://lore.kernel.org/all/20220712095623.364287-1-windhl@126.com
Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 parent db87c00
History
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 464 bytes
client.c -rw-r--r-- 52.9 KB
error.c -rw-r--r-- 6.8 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 13.2 KB
protocol.h -rw-r--r-- 658 bytes
trans_common.c -rw-r--r-- 521 bytes
trans_common.h -rw-r--r-- 202 bytes
trans_fd.c -rw-r--r-- 26.1 KB
trans_rdma.c -rw-r--r-- 18.6 KB
trans_virtio.c -rw-r--r-- 19.8 KB
trans_xen.c -rw-r--r-- 12.8 KB

back to top