Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347051
b: refs/heads/master
c: a748021
h: refs/heads/master
i:
  347049: 2f6bf64
  347047: 74bbf7b
v: v3
  • Loading branch information
Shubhrajyoti D authored and Wolfram Sang committed Nov 14, 2012
1 parent 779071c commit 7259148
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: 47dcd0161a0b37bf0299473585fc5030d3f45b64
refs/heads/master: a748021ccbd2bb9b2b818a7fc67b19187d04bdf2
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,8 @@ omap_i2c_probe(struct platform_device *pdev)

dev->errata = 0;

if (dev->flags & OMAP_I2C_FLAG_APPLY_ERRATA_I207)
if (dev->rev >= OMAP_I2C_REV_ON_2430 &&
dev->rev < OMAP_I2C_REV_ON_4430_PLUS)
dev->errata |= I2C_OMAP_ERRATA_I207;

if (dev->rev <= OMAP_I2C_REV_ON_3430_3530)
Expand Down

0 comments on commit 7259148

Please sign in to comment.