aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda7432.c
diff options
context:
space:
mode:
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,