commit | afc62baf107355715beaf982513db3355867b29b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 25 15:40:38 2013 +0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Fri Jan 03 11:22:20 2014 -0800 |
tree | 6cf39658d4777b6f2629218b8e0caf0392985e8e | |
parent | c23259627c7f60646ac772d159baaf71796eefac [diff] |
mtd: mpc5121_nfc: 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: Brian Norris <computersforpeace@gmail.com>