Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358801
b: refs/heads/master
c: aa9e7a3
h: refs/heads/master
i:
  358799: 1ac1909
v: v3
  • Loading branch information
Amaury Decrême authored and Wolfram Sang committed Feb 11, 2013
1 parent e3391dd commit 65bb35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 974d6a3797001c88e59ccb78567c6d71ac526c43
refs/heads/master: aa9e7a39c5a5a77ff02670ef915f4c6712bc7658
4 changes: 1 addition & 3 deletions trunk/drivers/i2c/busses/i2c-sis630.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,8 @@ static int sis630_transaction_wait(struct i2c_adapter *adap, int size)

static void sis630_transaction_end(struct i2c_adapter *adap, u8 oldclock)
{
int temp = 0;

/* clear all status "sticky" bits */
sis630_write(SMB_STS, temp);
sis630_write(SMB_STS, 0xFF);

dev_dbg(&adap->dev, "SMB_CNT before clock restore 0x%02x\n", sis630_read(SMB_CNT));

Expand Down

0 comments on commit 65bb35d

Please sign in to comment.