aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda7432.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:53:26 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-01-09 12:53:26 -0500
commitcab462f716cdd522edc71436482d8734e8258489 (patch)
treec3ec0ceaee9b5d61148afea728cc6c05e682856f /drivers/media/video/tda7432.c
parent0680481c8e6260e1780a0900990531f0193b0dd4 (diff)
V4L/DVB (3307): Some cleanups at I2C modules
- i2c names shorten - removed obsoleted flags on newer modules - small cleanups Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/tda7432.c')
-rw-r--r--drivers/media/video/tda7432.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/tda7432.c b/drivers/media/video/tda7432.c
index c6efc9826ba5..99261f15e66e 100644
--- a/drivers/media/video/tda7432.c
+++ b/drivers/media/video/tda7432.c
@@ -341,8 +341,8 @@ static int tda7432_command(struct i2c_client *client,
341{ 341{
342 struct tda7432 *t = i2c_get_clientdata(client); 342 struct tda7432 *t = i2c_get_clientdata(client);
343 v4l_dbg(2,client,"In tda7432_command\n"); 343 v4l_dbg(2,client,"In tda7432_command\n");
344 if (debug>1) 344 if (debug>1)
345 v4l_i2c_print_ioctl(client,cmd); 345 v4l_i2c_print_ioctl(client,cmd);
346 346
347 switch (cmd) { 347 switch (cmd) {
348 /* --- v4l ioctls --- */ 348 /* --- v4l ioctls --- */
@@ -489,7 +489,7 @@ static int tda7432_command(struct i2c_client *client,
489 489
490static struct i2c_driver driver = { 490static struct i2c_driver driver = {
491 .driver = { 491 .driver = {
492 .name = "i2c tda7432 driver", 492 .name = "tda7432",
493 }, 493 },
494 .id = I2C_DRIVERID_TDA7432, 494 .id = I2C_DRIVERID_TDA7432,
495 .attach_adapter = tda7432_probe, 495 .attach_adapter = tda7432_probe,