Commit 5c34b8e7 authored by Miquel Raynal's avatar Miquel Raynal Committed by Alexandre Belloni
Browse files

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: 1dd728f5 ("i3c: master: Add driver for Synopsys DesignWare IP")
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201228105501.6104-1-miquel.raynal@bootlin.com
parent f06a1af8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -816,11 +816,6 @@ static int dw_i3c_master_daa(struct i3c_master_controller *m)

	dw_i3c_master_free_xfer(xfer);

	i3c_master_disec_locked(m, I3C_BROADCAST_ADDR,
				I3C_CCC_EVENT_HJ |
				I3C_CCC_EVENT_MR |
				I3C_CCC_EVENT_SIR);

	return 0;
}