From: Andrzej Hajda Date: Tue, 28 May 2013 06:26:15 +0000 (-0300) Subject: [media] s5p-mfc: v4l2 controls setup routine moved to initialization code X-Git-Tag: v3.10-rc7~29^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c9fe6f4afae54cad12635bdb8e90e7d832e240;p=pandora-kernel.git [media] s5p-mfc: v4l2 controls setup routine moved to initialization code Callback .start_streaming is called once for every queue, so v4l2_ctrl_handler_setup was called twice during stream start. Moving v4l2_ctrl_handler_setup to context initialization reduces numbers of calls and seems to be more consistent with API. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed