mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 22:46:35 +00:00
In berlin2_clock_setup() and berlin2q_clock_setup(), we need to
call of_node_put() for the reference returned by of_get_parent()
which has increased the refcount. We should call *_put() in fail
path or when it is not used anymore.
Fixes:
|
||
|---|---|---|
| .. | ||
| berlin2-avpll.c | ||
| berlin2-avpll.h | ||
| berlin2-div.c | ||
| berlin2-div.h | ||
| berlin2-pll.c | ||
| berlin2-pll.h | ||
| bg2.c | ||
| bg2q.c | ||
| common.h | ||
| Makefile | ||