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/bttv-i2c.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/bttv-i2c.c')
-rw-r--r-- | drivers/media/video/bttv-i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/bttv-i2c.c b/drivers/media/video/bttv-i2c.c index fd66d386fa7d..748d630c7fe4 100644 --- a/drivers/media/video/bttv-i2c.c +++ b/drivers/media/video/bttv-i2c.c | |||
@@ -107,7 +107,7 @@ static struct i2c_algo_bit_data bttv_i2c_algo_bit_template = { | |||
107 | static struct i2c_adapter bttv_i2c_adap_sw_template = { | 107 | static struct i2c_adapter bttv_i2c_adap_sw_template = { |
108 | .owner = THIS_MODULE, | 108 | .owner = THIS_MODULE, |
109 | .class = I2C_CLASS_TV_ANALOG, | 109 | .class = I2C_CLASS_TV_ANALOG, |
110 | .name = "bt848", | 110 | .name = "bttv", |
111 | .id = I2C_HW_B_BT848, | 111 | .id = I2C_HW_B_BT848, |
112 | .client_register = attach_inform, | 112 | .client_register = attach_inform, |
113 | }; | 113 | }; |
@@ -274,7 +274,7 @@ static struct i2c_algorithm bttv_algo = { | |||
274 | }; | 274 | }; |
275 | 275 | ||
276 | static struct i2c_adapter bttv_i2c_adap_hw_template = { | 276 | static struct i2c_adapter bttv_i2c_adap_hw_template = { |
277 | .owner = THIS_MODULE, | 277 | .owner = THIS_MODULE, |
278 | .class = I2C_CLASS_TV_ANALOG, | 278 | .class = I2C_CLASS_TV_ANALOG, |
279 | .name = "bt878", | 279 | .name = "bt878", |
280 | .id = I2C_HW_B_BT848 /* FIXME */, | 280 | .id = I2C_HW_B_BT848 /* FIXME */, |