Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312718
b: refs/heads/master
c: db79e53
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Rafael J. Wysocki committed Jul 11, 2012
1 parent 0921e60 commit 3135628
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: 8951ef021904752a843a81fee785f1b180f31c07
refs/heads/master: db79e53dd5957321ca78efe6c0cda578034e381b
2 changes: 1 addition & 1 deletion trunk/drivers/base/power/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ int __pm_genpd_remove_callbacks(struct device *dev, bool clear_td)

if (dev->power.subsys_data->domain_data) {
gpd_data = to_gpd_data(dev->power.subsys_data->domain_data);
gpd_data->ops = (struct gpd_dev_ops){ 0 };
gpd_data->ops = (struct gpd_dev_ops){ NULL };
if (clear_td)
gpd_data->td = (struct gpd_timing_data){ 0 };

Expand Down

0 comments on commit 3135628

Please sign in to comment.