From: Guennadi Liakhovetski Date: Wed, 14 Mar 2012 10:22:07 +0000 (-0300) Subject: [media] V4L: soc-camera: call soc_camera_power_on() after adding the client to the... X-Git-Tag: v3.4-rc1~110^2^2~32 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7705b6d8eac89067e5177835468c99e71e2cd40c;p=pandora-kernel.git [media] V4L: soc-camera: call soc_camera_power_on() after adding the client to the host soc_camera_power_on() calls client's .s_power(1) method, which can try to access the client hardware. This, however, is typically only possible, after calling host's .add() method, because that's where the host driver usually turns the master clock on. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed