i3c: master: dw: Drop redundant disec call
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 28 Dec 2020 10:55:01 +0000 (11:55 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 5 Feb 2021 23:44:15 +0000 (00:44 +0100)
commit5c34b8e7e8bb605925b33e1aa7dc17966811219a
treef3090e232331d35c0eb31ddf8ef42e8bc99f43cd
parentf06a1af8e739cb573b79cd175fd88534e912bea0
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: 1dd728f5d4d4 ("i3c: master: Add driver for Synopsys DesignWare IP")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201228105501.6104-1-miquel.raynal@bootlin.com
drivers/i3c/master/dw-i3c-master.c