commit | 6040aa70c30276e6cd2aacd1f428c3f05462a7f1 | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Sat Aug 02 16:51:30 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 25 16:00:43 2014 -0400 |
tree | 59b2ca034cee4fbf01b604e811556f37ed4acd77 | |
parent | 8615eb2870f1a89ad551d80ef821172015af7c28 [diff] |
net: wireless: wl1251: Remove unnecessary free_irq This patch does away with free_irq in the remove function as the irq is allocated with a devm_request_irq. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>