diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-09-24 10:40:57 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 13:55:30 -0700 |
commit | 0a335b6d47f014c41b8a0c8cbdc6d4886c10f5d5 (patch) | |
tree | 0e3d2b6fc61d59aa8067626542987434a206d912 /drivers/hv | |
parent | 8d49751580db804a02caf6a5b7cebe2ff26c0d7e (diff) | |
download | linux-0a335b6d47f014c41b8a0c8cbdc6d4886c10f5d5.tar.gz linux-0a335b6d47f014c41b8a0c8cbdc6d4886c10f5d5.tar.bz2 linux-0a335b6d47f014c41b8a0c8cbdc6d4886c10f5d5.zip |
mmc: cb710: drop free_irq for devm_request_irq allocated irq
irq allocated with devm_request_irq should not be freed using
free_irq, because doing so causes a dangling pointer, and a
subsequent double free.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv')
0 files changed, 0 insertions, 0 deletions