commit | 5b58b95405aafbaf7362564dbcf6231836f1433c | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon May 14 06:33:34 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun May 20 09:05:44 2012 -0300 |
tree | c4d30a8f68c93c0dfae21591afb472e7e14cb525 | |
parent | 32fced05ad9ef4736e4a89b2361cccf56227529b [diff] |
[media] s5p-jpeg: Use devm_* functions in jpeg-core.c file devm_* functions are used to replace kzalloc, request_mem_region, ioremap and request_irq functions in probe call. With the usage of devm_* functions explicit freeing and unmapping is not required. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>