From: Sylwester Nawrocki Date: Thu, 26 Jul 2012 10:59:11 +0000 (-0300) Subject: [media] s5p-fimc: Don't allocate fimc-m2m video device dynamically X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc5296f20570756ca437587325c785a2d96ea96;p=pandora-kernel.git [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 Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed