i3c: master: Remove the wrong place of reattach.
authorBilly Tsai <billy_tsai@aspeedtech.com>
Mon, 26 Sep 2022 10:51:45 +0000 (18:51 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 12 Oct 2022 21:45:29 +0000 (23:45 +0200)
The reattach should be used when an I3C device has its address changed.
But the modified place in this patch doesn't have the address changed of
the newdev. This wrong reattach will reserve the same address slot twice
and return unexpected -EBUSY when the bus find the duplicate device with
diffent dynamic address.

Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
Link: https://lore.kernel.org/r/20220926105145.8145-2-billy_tsai@aspeedtech.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master.c

index 6349ce0..351c81a 100644 (file)
@@ -1911,10 +1911,6 @@ int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master,
                i3c_master_free_i3c_dev(olddev);
        }
 
-       ret = i3c_master_reattach_i3c_dev(newdev, old_dyn_addr);
-       if (ret)
-               goto err_detach_dev;
-
        /*
         * Depending on our previous state, the expected dynamic address might
         * differ: