mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
6435319c34
In i2c_mux_probe(), we should call of_node_put() when breaking out
of for_each_child_of_node() which will automatically increase and
decrease the refcount.
Fixes:
|
||
---|---|---|
.. | ||
i2c-arb-gpio-challenge.c | ||
i2c-demux-pinctrl.c | ||
i2c-mux-gpio.c | ||
i2c-mux-gpmux.c | ||
i2c-mux-ltc4306.c | ||
i2c-mux-mlxcpld.c | ||
i2c-mux-pca954x.c | ||
i2c-mux-pca9541.c | ||
i2c-mux-pinctrl.c | ||
i2c-mux-reg.c | ||
Kconfig | ||
Makefile |