Skip to content

Commit 5c34b8e

Browse files
miquelraynalalexandrebelloni
authored andcommitted
i3c: master: dw: Drop redundant disec call
Disabling all event calls is already handled by the core right before starting the DAA process. Do not do it again when the DAA process completes, it is redundant. Fixes: 1dd728f ("i3c: master: Add driver for Synopsys DesignWare IP") Signed-off-by: Miquel Raynal <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f06a1af commit 5c34b8e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/i3c/master/dw-i3c-master.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -816,11 +816,6 @@ static int dw_i3c_master_daa(struct i3c_master_controller *m)
816816

817817
dw_i3c_master_free_xfer(xfer);
818818

819-
i3c_master_disec_locked(m, I3C_BROADCAST_ADDR,
820-
I3C_CCC_EVENT_HJ |
821-
I3C_CCC_EVENT_MR |
822-
I3C_CCC_EVENT_SIR);
823-
824819
return 0;
825820
}
826821

0 commit comments

Comments
 (0)