irqchip: madera: Avoid double free of primary IRQ
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 11 Dec 2017 14:18:41 +0000 (14:18 +0000)
committer강신형 <s47.kang@samsung.com>
Tue, 19 Jun 2018 07:57:00 +0000 (16:57 +0900)
commit2f09c8ac514f3197e33aa6c121562ac36ff1910c
tree607a123a627e2a03e52e247b61372c91daf69de8
parente601661f9c0d418761dc71af58773183aefc6869
irqchip: madera: Avoid double free of primary IRQ

The primary IRQ was requested from within regmap_irq and regmap_irq will
also free it, so the free here in remove is a duplicate.

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