Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16695
b: refs/heads/master
c: e533449
h: refs/heads/master
i:
  16693: b11c67c
  16691: c7f4629
  16687: 57d1d9c
v: v3
  • Loading branch information
Laurent Riffard authored and Greg Kroah-Hartman committed Jan 6, 2006
1 parent 057e5a8 commit b5203f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: e100fe103e679372b3d1d6e9d32fd3ab57484be2
refs/heads/master: e533449d291b5a28ce9527539750a0cb88146f6e
5 changes: 4 additions & 1 deletion trunk/drivers/acorn/char/pcf8583.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,10 @@ pcf8583_command(struct i2c_client *client, unsigned int cmd, void *arg)
}

static struct i2c_driver pcf8583_driver = {
.name = "PCF8583",
.driver = {
.owner = THIS_MODULE,
.name = "PCF8583",
},
.id = I2C_DRIVERID_PCF8583,
.attach_adapter = pcf8583_probe,
.detach_client = pcf8583_detach,
Expand Down

0 comments on commit b5203f1

Please sign in to comment.