Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216017
b: refs/heads/master
c: 99a5179
h: refs/heads/master
i:
  216015: 478043e
v: v3
  • Loading branch information
Joe Perches authored and Jiri Kosina committed Sep 23, 2010
1 parent 4d3464a commit 34de794
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: 0c6d7d5da27df7ec586fc916f06136a6b7ad1f72
refs/heads/master: 99a51792dbb7e6e39b2a4ebcfe202f1dcc7354c4
2 changes: 1 addition & 1 deletion trunk/kernel/pm_qos_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static ssize_t pm_qos_power_write(struct file *filp, const char __user *buf,
} else
return -EINVAL;

pm_qos_req = (struct pm_qos_request_list *)filp->private_data;
pm_qos_req = filp->private_data;
pm_qos_update_request(pm_qos_req, value);

return count;
Expand Down

0 comments on commit 34de794

Please sign in to comment.