Re: [PATCH v6] i2c: mux: Propagate software nodes to channel adapters

From: Peter Rosin

Date: Sun Aug 23 2026 - 06:26:47 EST


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