Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316348
b: refs/heads/master
c: 0ba8b8b
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Kurtz authored and Jean Delvare committed Jul 24, 2012
1 parent 1908f55 commit 2cef841
Show file tree
Hide file tree
Showing 2 changed files with 2 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: efa3cb15ad8ba40bd08b05df87ef0ca6680ef762
refs/heads/master: 0ba8b8bfd56533f0b9af7513c6ebbc10c79ae052
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-i801.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ static void i801_wait_hwpec(struct i801_priv *priv)
if (timeout > MAX_RETRIES)
dev_dbg(&priv->pci_dev->dev, "PEC Timeout!\n");

outb_p(status, SMBHSTSTS(priv));
outb_p(status & STATUS_FLAGS, SMBHSTSTS(priv));
}

static int i801_block_transaction_by_block(struct i801_priv *priv,
Expand Down

0 comments on commit 2cef841

Please sign in to comment.