Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53267
b: refs/heads/master
c: 35532d2
h: refs/heads/master
i:
  53265: 5b9bf24
  53263: 63a33c0
v: v3
  • Loading branch information
Milind Arun Choudhary authored and Jean Delvare committed May 1, 2007
1 parent f71fa74 commit 317609c
Show file tree
Hide file tree
Showing 3 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: 11de70bd4d40a1a39c1133b260bfbd6306e981d3
refs/heads/master: 35532d20035d04b0ec28508583a56c7a65c5fa47
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-pxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ static const struct i2c_algorithm i2c_pxa_algorithm = {
};

static struct pxa_i2c i2c_pxa = {
.lock = SPIN_LOCK_UNLOCKED,
.lock = __SPIN_LOCK_UNLOCKED(i2c_pxa.lock),
.adap = {
.owner = THIS_MODULE,
.algo = &i2c_pxa_algorithm,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static const struct i2c_algorithm s3c24xx_i2c_algorithm = {
};

static struct s3c24xx_i2c s3c24xx_i2c = {
.lock = SPIN_LOCK_UNLOCKED,
.lock = __SPIN_LOCK_UNLOCKED(s3c24xx_i2c.lock),
.wait = __WAIT_QUEUE_HEAD_INITIALIZER(s3c24xx_i2c.wait),
.adap = {
.name = "s3c2410-i2c",
Expand Down

0 comments on commit 317609c

Please sign in to comment.