OSDN Git Service

extcon: axp288: Remove unnecessary irq?_en register writes
authorHans de Goede <hdegoede@redhat.com>
Mon, 19 Dec 2016 00:13:12 +0000 (01:13 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 9 Jan 2017 01:04:10 +0000 (10:04 +0900)
commitbe1749528ea847c4a969b499fad8c4f98c44fac1
treed3f5599e62b1d745e2d2793d8546561387885ea0
parent5757aca10146061befd168dab37fb0db1ccd8f73
extcon: axp288: Remove unnecessary irq?_en register writes

Setting the irq_enable bits is taken care of by the irq chip when we
request the irqs and the driver should not be meddling with the
irq?_en registers itself.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-axp288.c