V4L/DVB (11324): ov772x: wrong pointer for soc_camera_link is modified
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Tue, 31 Mar 2009 06:44:22 +0000 (03:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 7 Apr 2009 00:43:47 +0000 (21:43 -0300)
commit6cb2c0009e8f27abad514c44d60b58913189b8c6
treecac23b366db8970567eaeb01c2754cef3e5882c7
parentae7410e712b33d32337df80f71f702d12a8ebb81
V4L/DVB (11324): ov772x: wrong pointer for soc_camera_link is modified

priv->client->dev.platrom_data mean ov772x_camera_info in ov772x driver.
So, struct soc_camera_link doesn't exist there.
This patch modify this bug.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/ov772x.c