Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142450
b: refs/heads/master
c: acebc70
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent e61d6fa commit da04383
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c84674353a8c344d169aabce4dc4d44daaa270d
refs/heads/master: acebc70d4a789df21270690c70928b8a836caad7
1 change: 0 additions & 1 deletion trunk/drivers/media/video/tda9840.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ static int tda9840_remove(struct i2c_client *client)
return 0;
}


static const struct i2c_device_id tda9840_id[] = {
{ "tda9840", 0 },
{ }
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/tea6415c.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ static int tea6415c_remove(struct i2c_client *client)
return 0;
}


static const struct i2c_device_id tea6415c_id[] = {
{ "tea6415c", 0 },
{ }
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/tea6420.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ static int tea6420_remove(struct i2c_client *client)
return 0;
}


static const struct i2c_device_id tea6420_id[] = {
{ "tea6420", 0 },
{ }
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,6 @@ static int tuner_probe(struct i2c_client *client,
return 0;
}


static int tuner_remove(struct i2c_client *client)
{
struct tuner *t = to_tuner(i2c_get_clientdata(client));
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/tvaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,6 @@ static int tvaudio_remove(struct i2c_client *client)
return 0;
}


/* This driver supports many devices and the idea is to let the driver
detect which device is present. So rather than listing all supported
devices here, we pretend to support a single, fake device type. */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/media/v4l2-i2c-drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static struct v4l2_i2c_driver_data v4l2_i2c_data;
static struct i2c_driver v4l2_i2c_driver;


/* Bus-based I2C implementation for kernels >= 2.6.22 */
/* Bus-based I2C implementation for kernels >= 2.6.26 */

static int __init v4l2_i2c_drv_init(void)
{
Expand Down

0 comments on commit da04383

Please sign in to comment.