mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-17 23:01:19 +00:00
of_find_node_by_path() acquires a reference to the node returned by it
and that reference needs to be dropped by its caller. soc_is_brcmstb()
doesn't do that, so fix it.
[treding: slightly rewrite to avoid inline comparison]
Fixes:
|
||
|---|---|---|
| .. | ||
| brcmstb | ||
| Kconfig | ||
| Makefile | ||
| raspberrypi-power.c | ||