mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08: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 |