Skip to content
Commit 89720264 authored by Wei Yongjun's avatar Wei Yongjun Committed by Lee Jones
Browse files

mfd: ezx-pcap: Drop devm_free_irq of devm_ allocated irq



The devm_request_irq function allocates irq that is released
when a driver detaches. Thus, there is no reason to explicitly
call devm_free_irq in probe or remove functions.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent e90f8754
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment