Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199481
b: refs/heads/master
c: 2e8949f
h: refs/heads/master
i:
  199479: 2942a42
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jun 1, 2010
1 parent 05bbb24 commit b304e7f
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: 076dab234d29d1c0d60e26a5fa48aabb7fa58f79
refs/heads/master: 2e8949f09e3097c629f33323eaf280cf5c88c81a
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 @@ -524,7 +524,7 @@ int intel_scu_ipc_command(int cmd, int sub, u32 *in, int inlen,
for (i = 0; i < inlen; i++)
ipc_data_writel(*in++, 4 * i);

ipc_command(cmd << 12 | sub);
ipc_command((cmd << 12) | sub | (inlen << 18));
err = busy_loop();

for (i = 0; i < outlen; i++)
Expand Down

0 comments on commit b304e7f

Please sign in to comment.