rtc: mt6397: drop free_irq of devm_ allocated irq
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 13 Nov 2019 02:17:20 +0000 (02:17 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 10 Dec 2019 13:25:34 +0000 (14:25 +0100)
commit751438bc0f10f75633144acd6ff145f7260706d5
treeb32d63de52235d52b3b48f488cd5c62d7b5b7684
parente42617b825f8073569da76dc4510bfa019b1c35a
rtc: mt6397: drop free_irq of devm_ allocated irq

The devm_request_threaded_irq function allocates irq that is
released when a driver detaches. Thus, there is no reason to
explicitly call free_irq in probe function.

Fixes: 851b87148aa2 ("rtc: mt6397: improvements of rtc driver")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20191113021720.9527-1-weiyongjun1@huawei.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-mt6397.c