Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275161
b: refs/heads/master
c: 156acb1
h: refs/heads/master
i:
  275159: 7c3e307
v: v3
  • Loading branch information
Thomas Meyer authored and Rafael J. Wysocki committed Nov 8, 2011
1 parent 9691d96 commit de8654a
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: 1a51cfdc4516a6e1f2c1f8a579630a027c30331a
refs/heads/master: 156acb166ea9a43d7fcdf9b8051694ce4e91dbfc
2 changes: 1 addition & 1 deletion trunk/drivers/base/power/opp.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ struct srcu_notifier_head *opp_get_notifier(struct device *dev)
struct device_opp *dev_opp = find_device_opp(dev);

if (IS_ERR(dev_opp))
return ERR_PTR(PTR_ERR(dev_opp)); /* matching type */
return ERR_CAST(dev_opp); /* matching type */

return &dev_opp->head;
}

0 comments on commit de8654a

Please sign in to comment.