V4L/DVB (10346): gspca - zc3xx: Fix bad variable type with i2c read.
authorJean-Francois Moine <moinejf@free.fr>
Thu, 8 Jan 2009 12:38:45 +0000 (09:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:30 +0000 (12:42 -0300)
The returned value of i2c read is a 16 bits word. It was stored in
a 8 bits variable, preventing a sensor to be detected.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found