mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-26 22:50:21 +00:00
In brcmstb_pm_probe(), there are two kinds of leak bugs:
(1) we need to add of_node_put() when for_each__matching_node() breaks
(2) we need to add iounmap() for each iomap in fail path
Fixes:
|
||
|---|---|---|
| .. | ||
| aon_defs.h | ||
| Makefile | ||
| pm-arm.c | ||
| pm-mips.c | ||
| pm.h | ||
| s2-arm.S | ||
| s2-mips.S | ||
| s3-mips.S | ||