Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260391
b: refs/heads/master
c: fc92805
h: refs/heads/master
i:
  260389: 71e0d86
  260387: d506d66
  260383: 5617fb1
v: v3
  • Loading branch information
Jonghwan Choi authored and Linus Torvalds committed Jul 26, 2011
1 parent ec4bb00 commit b48386d
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: adc400f69053b16756ff3b00daa64884c8df0787
refs/heads/master: fc92805a8e25e5e2b0ba7c413cc15d9f05962ee8
2 changes: 1 addition & 1 deletion trunk/drivers/base/power/opp.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ int opp_add(struct device *dev, unsigned long freq, unsigned long u_volt)
static int opp_set_availability(struct device *dev, unsigned long freq,
bool availability_req)
{
struct device_opp *tmp_dev_opp, *dev_opp = NULL;
struct device_opp *tmp_dev_opp, *dev_opp = ERR_PTR(-ENODEV);
struct opp *new_opp, *tmp_opp, *opp = ERR_PTR(-ENODEV);
int r = 0;

Expand Down

0 comments on commit b48386d

Please sign in to comment.