mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
Fix bus-node lookup during registration, which ended up searching the whole
device tree depth-first starting at the parent (or grand parent) rather
than just matching on its children.
To make things worse, the parent (or grand-parent) node could end being
prematurely freed as well.
Fixes:
|
||
|---|---|---|
| .. | ||
| common.c | ||
| led.c | ||
| Makefile | ||
| ulpi.c | ||
| usb-otg-fsm.c | ||