mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 18:49:34 +02:00
In ksz_switch_register(), we should call of_node_put() for the
reference returned by of_get_child_by_name() which has increased
the refcount.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| ksz8.h | ||
| ksz8795.c | ||
| ksz8795_reg.h | ||
| ksz8795_spi.c | ||
| ksz8863_smi.c | ||
| ksz9477.c | ||
| ksz9477_i2c.c | ||
| ksz9477_reg.h | ||
| ksz9477_spi.c | ||
| ksz_common.c | ||
| ksz_common.h | ||
| Makefile | ||