mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-01 17:20:57 +00:00
Fix child-node lookup during probe, which ended up searching the whole
device tree depth-first starting at the parent rather than just matching
on its children.
To make things worse, the parent mmio node was also prematurely freed.
Fixes:
|
||
|---|---|---|
| .. | ||
| debug.c | ||
| debug.h | ||
| dxe.c | ||
| dxe.h | ||
| hal.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| pmc.c | ||
| pmc.h | ||
| smd.c | ||
| smd.h | ||
| txrx.c | ||
| txrx.h | ||
| wcn36xx.h | ||