diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 18:53:26 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-09 18:53:26 +0100 |
commit | cab462f716cdd522edc71436482d8734e8258489 (patch) | |
tree | c3ec0ceaee9b5d61148afea728cc6c05e682856f /drivers/media/video/tvaudio.c | |
parent | V4L/DVB (3305): Replaces old debug msgs to newer ones (diff) | |
download | linux-cab462f716cdd522edc71436482d8734e8258489.tar.xz linux-cab462f716cdd522edc71436482d8734e8258489.zip |
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/tvaudio.c')
-rw-r--r-- | drivers/media/video/tvaudio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/tvaudio.c b/drivers/media/video/tvaudio.c index 9f6b6d855f00..b582943a0d3e 100644 --- a/drivers/media/video/tvaudio.c +++ b/drivers/media/video/tvaudio.c @@ -1744,10 +1744,9 @@ static int chip_command(struct i2c_client *client, return 0; } - static struct i2c_driver driver = { .driver = { - .name = "generic i2c audio driver", + .name = "tvaudio", }, .id = I2C_DRIVERID_TVAUDIO, .attach_adapter = chip_probe, |