commit | bbc5296f20570756ca437587325c785a2d96ea96 | [log] [tgz] |
---|---|---|
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | Thu Jul 26 07:59:11 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Oct 01 14:56:12 2012 -0300 |
tree | 2bee998b4123a9e09bb912327d7bee6a67d1cd8e | |
parent | 31d34d9bb30fef7aee1800ec63255083dbcdfa83 [diff] |
[media] s5p-fimc: Don't allocate fimc-m2m video device dynamically There is no need to to dynamically allocate struct video_device for the M2M devices, so embed it instead in driver's private data structure as it is done in case of fimc-capture and fimc-lite, where it solves some bugs on cleanup paths. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>