diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:53:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-09 12:53:26 -0500 |
commit | cab462f716cdd522edc71436482d8734e8258489 (patch) | |
tree | c3ec0ceaee9b5d61148afea728cc6c05e682856f /drivers/media/video/tda9875.c | |
parent | 0680481c8e6260e1780a0900990531f0193b0dd4 (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/tda9875.c')
-rw-r--r-- | drivers/media/video/tda9875.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda9875.c b/drivers/media/video/tda9875.c index 760ec3c2ac67..299393bf900a 100644 --- a/drivers/media/video/tda9875.c +++ b/drivers/media/video/tda9875.c | |||
@@ -368,7 +368,7 @@ static int tda9875_command(struct i2c_client *client, | |||
368 | 368 | ||
369 | static struct i2c_driver driver = { | 369 | static struct i2c_driver driver = { |
370 | .driver = { | 370 | .driver = { |
371 | .name = "i2c tda9875 driver", | 371 | .name = "tda9875", |
372 | }, | 372 | }, |
373 | .id = I2C_DRIVERID_TDA9875, | 373 | .id = I2C_DRIVERID_TDA9875, |
374 | .attach_adapter = tda9875_probe, | 374 | .attach_adapter = tda9875_probe, |