commit | 1a2a60b1af1293e8ee7780691ef90a8aa68991c1 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Thu Sep 07 20:38:20 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Oct 04 16:03:18 2017 -0300 |
tree | 69ab10472b117db66f1fbcc5bc0960d190ed27db | |
parent | 375929f9f48356e862789c72ddc1175d89866f44 [diff] |
[media] media: rc: gpio-ir-recv: use devm_request_irq Use of devm_request_irq simplifies error unwinding and as free_irq was the last user of driver remove function, remove it too. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>