mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-16 17:07:08 +00:00
Smatch reports:
drivers/soc/bcm/brcmstb/biuctrl.c:291 setup_hifcpubiuctrl_regs() warn:
'cpubiuctrl_base' from of_iomap() not released on lines: 291.
This is because in setup_hifcpubiuctrl_regs(),
cpubiuctrl_base is not released when handle error, which may cause a leak.
To fix this, iounmap is added when handle error.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcm63xx | ||
| brcmstb | ||
| bcm2835-power.c | ||
| Kconfig | ||
| Makefile | ||
| raspberrypi-power.c | ||