From: Josh Wu Date: Tue, 10 Feb 2015 09:31:33 +0000 (-0300) Subject: [media] media: soc-camera: use icd->control instead of icd->pdev for reset() X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b9508aa030f8119c20fcf64b4b36bc792b59d41;p=pandora-kernel.git [media] media: soc-camera: use icd->control instead of icd->pdev for reset() icd->control is the sub device dev, i.e. i2c device. icd->pdev is the soc camera device's device. To be consitent with power() function, we will call reset() with icd->control as well. Signed-off-by: Josh Wu Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed