Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272459
b: refs/heads/master
c: 85ea256
h: refs/heads/master
i:
  272457: 157a500
  272455: 8b58675
v: v3
  • Loading branch information
Manuel Lauss authored and Ben Dooks committed Oct 29, 2011
1 parent 4143443 commit f546b33
Show file tree
Hide file tree
Showing 2 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: c5de6467d2a54eb81b139f29b217d0394e8a790c
refs/heads/master: 85ea25698843d37b6f79927b2995644623fe1e06
2 changes: 0 additions & 2 deletions trunk/drivers/i2c/busses/i2c-au1550.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
struct i2c_au1550_data {
void __iomem *psc_base;
int xfer_timeout;
int ack_timeout;
struct i2c_adapter adap;
struct resource *ioarea;
};
Expand Down Expand Up @@ -346,7 +345,6 @@ i2c_au1550_probe(struct platform_device *pdev)
goto out_map;
}
priv->xfer_timeout = 200;
priv->ack_timeout = 200;

priv->adap.nr = pdev->id;
priv->adap.algo = &au1550_algo;
Expand Down

0 comments on commit f546b33

Please sign in to comment.