Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36108
b: refs/heads/master
c: 9b4ccb8
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Sep 26, 2006
1 parent a486dff commit 7b0a1c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 7b288a018ac563f5babe0818f581d8f8a4fdcbfb
refs/heads/master: 9b4ccb86b4abe644ffd218720da2f942b6a20fc2
1 change: 0 additions & 1 deletion trunk/drivers/i2c/busses/i2c-elektor.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ static struct i2c_algo_pcf_data pcf_isa_data = {
.getclock = pcf_isa_getclock,
.waitforpin = pcf_isa_waitforpin,
.udelay = 10,
.mdelay = 10,
.timeout = 100,
};

Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/i2c-algo-pcf.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ struct i2c_algo_pcf_data {

/* local settings */
int udelay;
int mdelay;
int timeout;
};

Expand Down

0 comments on commit 7b0a1c0

Please sign in to comment.