commit | 0ed81393235fbf9d3379b55d2ceece1885ea3fae | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Sep 23 18:04:19 2013 +0800 |
committer | Anton Vorontsov <anton@enomsg.org> | Fri Oct 25 16:06:10 2013 -0700 |
tree | 2b98cd9787e29caeadf8b394b23be924ea70d1b9 | |
parent | ce77399226313a72578b5b0d67e289d3f165b8ba [diff] |
tps65090-charger: 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: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Anton Vorontsov <anton@enomsg.org>