Hi Heiner, On Sun, Mar 03, 2024 at 11:45:22AM +0100, Heiner Kallweit wrote: > i801_probe_optional_slaves() is called before i801_add_mux(). > This results in mux_pdev being checked before it's set by > i801_add_mux(). Fix this by changing the order of the calls. > I consider this safe as I see no dependencies. > > Fixes: 80e56b86b59e ("i2c: i801: Simplify class-based client device instantiation") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Heiner Kallweit <hkallweit1@xxxxxxxxx> Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxx> Thanks, Andi