mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
33c309ebc7
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 |