Revision 745d51dc8a29e00e9ba14e090aa3c8a41e7221d9 authored by Yangtao Li on 22 November 2018, 12:39:24 UTC, committed by Jens Axboe on 21 December 2018, 14:12:25 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.

Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 9f83cfd
History
File Mode Size
ciscode.h -rw-r--r-- 3.3 KB
cisreg.h -rw-r--r-- 2.7 KB
cistpl.h -rw-r--r-- 14.3 KB
device_id.h -rw-r--r-- 9.4 KB
ds.h -rw-r--r-- 7.7 KB
ss.h -rw-r--r-- 7.0 KB

back to top