aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/ivtv/ivtv-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c
index 696af35e0282..82ff66585e00 100644
--- a/drivers/media/video/ivtv/ivtv-i2c.c
+++ b/drivers/media/video/ivtv/ivtv-i2c.c
@@ -544,7 +544,7 @@ static struct i2c_algo_bit_data ivtv_i2c_algo_template = {
544}; 544};
545 545
546static struct i2c_client ivtv_i2c_client_template = { 546static struct i2c_client ivtv_i2c_client_template = {
547 .name = "ivtv internal use only", 547 .name = "ivtv internal",
548}; 548};
549 549
550int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg) 550int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg)