Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209965
b: refs/heads/master
c: 32e2f63
h: refs/heads/master
i:
  209963: 3b05337
v: v3
  • Loading branch information
Jianwei Yang authored and Linus Torvalds committed Aug 24, 2010
1 parent b422901 commit 60c2c63
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: a9728c9a31524ef927260096411ee85c8ee6b163
refs/heads/master: 32e2f63bcc8903487975506d8db5931a8c4bbb1f
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/intel_scu_ipc.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ int intel_scu_ipc_i2c_cntrl(u32 addr, u32 *data)
mdelay(1);
*data = readl(ipcdev.i2c_base + I2C_DATA_ADDR);
} else if (cmd == IPC_I2C_WRITE) {
writel(addr, ipcdev.i2c_base + I2C_DATA_ADDR);
writel(*data, ipcdev.i2c_base + I2C_DATA_ADDR);
mdelay(1);
writel(addr, ipcdev.i2c_base + IPC_I2C_CNTRL_ADDR);
} else {
Expand Down

0 comments on commit 60c2c63

Please sign in to comment.