Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124128
b: refs/heads/master
c: bef216b
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 455fcaa commit 2bd6065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: cbd82441065820190960aae1b1cfb09bff366ad6
refs/heads/master: bef216b7edb0fac356565dea4bd65131bf6f9c4a
6 changes: 2 additions & 4 deletions trunk/drivers/media/video/ov772x.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,9 +874,8 @@ static struct soc_camera_ops ov772x_ops = {
* i2c_driver function
*/

static int ov772x_probe(struct i2c_client *client,
const struct i2c_device_id *did)

static int ov772x_probe(struct i2c_client *client,
const struct i2c_device_id *did)
{
struct ov772x_priv *priv;
struct ov772x_camera_info *info;
Expand Down Expand Up @@ -933,7 +932,6 @@ static const struct i2c_device_id ov772x_id[] = {
};
MODULE_DEVICE_TABLE(i2c, ov772x_id);


static struct i2c_driver ov772x_i2c_driver = {
.driver = {
.name = "ov772x",
Expand Down

0 comments on commit 2bd6065

Please sign in to comment.