aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda7432.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-07-12 13:58:53 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 16:01:05 -0700
commitebe4c6fa535b0410e58e9c8352320896d07e2efb (patch)
treeb608627d954de8c5d795d10506722751f9db223b /drivers/media/video/tda7432.c
parent[PATCH] v4l: I2C Infrared Remote Control (diff)
downloadlinux-dev-ebe4c6fa535b0410e58e9c8352320896d07e2efb.tar.xz
linux-dev-ebe4c6fa535b0410e58e9c8352320896d07e2efb.zip
[PATCH] v4l: I2C Miscelaneous
- Removed unused structures. - CodingStyle rules applied to comments. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tda7432.c')
-rw-r--r--drivers/media/video/tda7432.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/media/video/tda7432.c b/drivers/media/video/tda7432.c
index 07ba6d3ed08c..7cb1fb3e66f9 100644
--- a/drivers/media/video/tda7432.c
+++ b/drivers/media/video/tda7432.c
@@ -243,19 +243,6 @@ static int tda7432_write(struct i2c_client *client, int subaddr, int val)
}
/* I don't think we ever actually _read_ the chip... */
-#if 0
-static int tda7432_read(struct i2c_client *client)
-{
- unsigned char buffer;
- d2printk("tda7432: In tda7432_read\n");
- if (1 != i2c_master_recv(client,&buffer,1)) {
- printk(KERN_WARNING "tda7432: I/O error, trying (read)\n");
- return -1;
- }
- dprintk("tda7432: Read 0x%02x\n", buffer);
- return buffer;
-}
-#endif
static int tda7432_set(struct i2c_client *client)
{