From: Jean-Francois Moine Date: Thu, 8 Jan 2009 12:38:45 +0000 (-0300) Subject: V4L/DVB (10346): gspca - zc3xx: Fix bad variable type with i2c read. X-Git-Tag: v2.6.30-rc1~621^2~636 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab67baf36c1f5356afb6424aca77866d91a6b5b;p=pandora-kernel.git V4L/DVB (10346): gspca - zc3xx: Fix bad variable type with i2c read. 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed