From: Sylwester Nawrocki Date: Sat, 3 Dec 2011 17:53:30 +0000 (-0300) Subject: [media] m5mols: Move the control handler initialization to probe() X-Git-Tag: v3.3-rc1~48^2~392 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa1f4601ed35820a9bd720cc5b1e3fe3c4ff7c5f;p=pandora-kernel.git [media] m5mols: Move the control handler initialization to probe() This is prerequisite for enabling the sub-device node. The control handler is now initialized in driver's probe callback in order to allow the user space access controls before the device power is enabled with s_power. This is needed due to s_power being currently called only by the host driver. It also adds the subdev internal operations, only open() for now for the TRY format initialization. Acked-by: HeungJun Kim Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed