aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/m5602/m5602_po1030.c
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2008-11-27 13:58:20 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 09:39:58 -0200
commit48223c88299a10a62ff5f5e40bd07670a21c3de9 (patch)
tree8aa6331239f1b91e2f097262b2cc52dd44c8574a /drivers/media/video/gspca/m5602/m5602_po1030.c
parentV4L/DVB (10028): mt5602: Remove the s5k83a specific read_sensor function (diff)
downloadlinux-dev-48223c88299a10a62ff5f5e40bd07670a21c3de9.tar.xz
linux-dev-48223c88299a10a62ff5f5e40bd07670a21c3de9.zip
V4L/DVB (10029): m5602: remove uneeded test on po1030
The po1030 never sends long i2c messages, no need to test for that in the init phase. Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/gspca/m5602/m5602_po1030.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_po1030.c b/drivers/media/video/gspca/m5602/m5602_po1030.c
index 6ec4d2c6315c..f9932a16fbd7 100644
--- a/drivers/media/video/gspca/m5602/m5602_po1030.c
+++ b/drivers/media/video/gspca/m5602/m5602_po1030.c
@@ -87,12 +87,6 @@ int po1030_init(struct sd *sd)
init_po1030[i][1], data, 1);
break;
- case SENSOR_LONG:
- data[0] = init_po1030[i][2];
- data[1] = init_po1030[i][3];
- err = m5602_write_sensor(sd,
- init_po1030[i][1], data, 2);
- break;
default:
info("Invalid stream command, exiting init");
return -EINVAL;