https://github.com/torvalds/linux
Revision c44c749d3b6fdfca39002e7e48e03fe9f9fe37a3 authored by Yangtao Li on 22 November 2018, 12:34:41 UTC, committed by David S. Miller on 24 November 2018, 01:24:24 UTC
of_find_node_by_path() acquires a reference to the node
returned by it and that reference needs to be dropped by its caller.
This place doesn't do that, so fix it.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5ed9dc9
History
Tip revision: c44c749d3b6fdfca39002e7e48e03fe9f9fe37a3 authored by Yangtao Li on 22 November 2018, 12:34:41 UTC
net: amd: add missing of_node_put()
Tip revision: c44c749
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 12.7 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.5 KB
.mailmap -rw-r--r-- 10.5 KB
COPYING -rw-r--r-- 423 bytes
CREDITS -rw-r--r-- 96.5 KB
Kbuild -rw-r--r-- 2.2 KB
Kconfig -rw-r--r-- 563 bytes
MAINTAINERS -rw-r--r-- 470.9 KB
Makefile -rw-r--r-- 59.7 KB
README -rw-r--r-- 727 bytes

README

back to top