Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153936
b: refs/heads/master
c: 54bb501
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 23, 2009
1 parent 1e44cb3 commit 0852675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5543e2b4c495714e5f1b2dbbe250df15239af1cd
refs/heads/master: 54bb501c069bbe34cf8becf0a9985fc6873d6b21
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tcm825x.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ static int tcm825x_probe(struct i2c_client *client,
return rval;
}

static int __exit tcm825x_remove(struct i2c_client *client)
static int tcm825x_remove(struct i2c_client *client)
{
struct tcm825x_sensor *sensor = i2c_get_clientdata(client);

Expand All @@ -902,7 +902,7 @@ static struct i2c_driver tcm825x_i2c_driver = {
.name = TCM825X_NAME,
},
.probe = tcm825x_probe,
.remove = __exit_p(tcm825x_remove),
.remove = tcm825x_remove,
.id_table = tcm825x_id,
};

Expand Down

0 comments on commit 0852675

Please sign in to comment.