irqchip: madera: Don't clear irq_dev until we are finished using it
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 11 Dec 2017 14:16:42 +0000 (14:16 +0000)
committer강신형 <s47.kang@samsung.com>
Tue, 19 Jun 2018 07:56:56 +0000 (16:56 +0900)
commite601661f9c0d418761dc71af58773183aefc6869
tree88f8a77f571cc479b3a7a392be088432725e6180
parent6aa1a372a4a5cbc8e612ab6c9c626dcf453dd437
irqchip: madera: Don't clear irq_dev until we are finished using it

irq_dev is still required for madera_free_irq as it will call
madera_map_irq, so don't clear it until after we are finished with it.

Change-Id: I747eea13d38d3b9acc8c522da44672d488a3d5a7
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
drivers/irqchip/irq-madera.c