Re: [PATCH v6] i2c: mux: Propagate software nodes to channel adapters
Peter Rosin <[email protected]>
| Newsgroups | org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-23 12:21, Peter Rosin wrote: > ...is changed to > fwnode_handle_put(dev_fwnode(&chan->adap.dev)); Bzzt, this is a copy-paste bug from the ATR code. The ATR "chan" is "priv" here in the mux code. The above should be: fwnode_handle_put(dev_fwnode(&priv->adap.dev)); Sorry for the noise. Cheers, Peter