commit | 37ad4e734bbc27ad1bec2d1cc3ffaa79b1def262 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Jul 18 10:54:01 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Aug 15 16:53:39 2012 -0300 |
tree | 1ac17daac0e198d545bbf0a170ef2a1ccf973484 | |
parent | 2c3fb08b3f74b8792004095a1f6881a3296ff643 [diff] |
[media] soc_camera: Don't call .s_power() during probe The .s_power() call only covers the .g_mbus_fmt() operation call. Several clients required to be powered on to retrieve the current mbus format but have now been fixed. The .s_power() call is thus not needed anymore and can be removed. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>