Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16696
b: refs/heads/master
c: 1a7edcd
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Riffard authored and Greg Kroah-Hartman committed Jan 6, 2006
1 parent b5203f1 commit 109fd96
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e533449d291b5a28ce9527539750a0cb88146f6e
refs/heads/master: 1a7edcdca618d25564690c2df27c2c5c6e9f6316
6 changes: 4 additions & 2 deletions trunk/drivers/video/matrox/matroxfb_maven.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,10 @@ static int maven_command(struct i2c_client* client, unsigned int cmd, void* arg)
}

static struct i2c_driver maven_driver={
.owner = THIS_MODULE,
.name = "maven",
.driver = {
.owner = THIS_MODULE,
.name = "maven",
},
.id = I2C_DRIVERID_MGATVO,
.attach_adapter = maven_attach_adapter,
.detach_client = maven_detach_client,
Expand Down

0 comments on commit 109fd96

Please sign in to comment.