Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9169
b: refs/heads/master
c: a9f7baf
h: refs/heads/master
i:
  9167: c379dd7
v: v3
  • Loading branch information
Russell King authored and Russell King committed Sep 20, 2005
1 parent 9c2f013 commit 3f80289
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 840ff6a4f6174d7fe19c206b5f36ff64123a2f45
refs/heads/master: a9f7baf4d695dbe3028d40ca374c1d11499eaee6
3 changes: 2 additions & 1 deletion trunk/drivers/acorn/char/pcf8583.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ static struct i2c_driver pcf8583_driver;

static unsigned short ignore[] = { I2C_CLIENT_END };
static unsigned short normal_addr[] = { 0x50, I2C_CLIENT_END };
static unsigned short *forces[] = { NULL };

static struct i2c_client_address_data addr_data = {
.normal_i2c = normal_addr,
.probe = ignore,
.ignore = ignore,
.force = ignore,
.forces = forces,
};

#define DAT(x) ((unsigned int)(x->dev.driver_data))
Expand Down

0 comments on commit 3f80289

Please sign in to comment.