Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202515
b: refs/heads/master
c: 5aa0693
h: refs/heads/master
i:
  202513: a8e44a7
  202511: 5f9bd8e
v: v3
  • Loading branch information
Hong Liu authored and Matthew Garrett committed Aug 3, 2010
1 parent 5a284ec commit 6a5c379
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: 77e01d6d177f060f466417fa32fc3e1381a73502
refs/heads/master: 5aa06930fbcfcb6b03fcb18b753122b10ac47a87
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 @@ -444,7 +444,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((sub << 12) | cmd | (inlen << 18));
ipc_command((inlen << 16) | (sub << 12) | cmd);
err = busy_loop();

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

0 comments on commit 6a5c379

Please sign in to comment.