mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
The previous implementation failed to account for the "ports" node. The
actual port nodes are not child nodes of the switch node, but a "ports"
node sits in between.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| ksz8795.c | ||
| ksz8795_reg.h | ||
| ksz8795_spi.c | ||
| ksz9477.c | ||
| ksz9477_i2c.c | ||
| ksz9477_reg.h | ||
| ksz9477_spi.c | ||
| ksz_common.c | ||
| ksz_common.h | ||
| Makefile | ||