OSDN Git Service

[media] m5mols: Convert to devm_request_irq()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 2 May 2013 11:29:43 +0000 (08:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 May 2013 10:54:56 +0000 (07:54 -0300)
commit736db646b676e20542a98a95968ef806b25b794b
tree1283a560f79966406f907c748eac6aff1d5c8aad
parent07e0e5b287421fcc4f4dbe2c0c8bfbc02e23a51e
[media] m5mols: Convert to devm_request_irq()

Using the managed function the free_irq() calls can be removed from the
probe error path and the remove handler.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/m5mols/m5mols_core.c