Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283484
b: refs/heads/master
c: 93278d1
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Anton Vorontsov committed Jan 7, 2012
1 parent ccb9ed1 commit 17593a7
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: 34aed73df3a9e75e313a7510b201f6755ae3e6bc
refs/heads/master: 93278d151e7bd35ccd0e083d7f2d8123cbaf36f8
2 changes: 1 addition & 1 deletion trunk/drivers/power/power_supply_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ EXPORT_SYMBOL_GPL(power_supply_get_by_name);

int power_supply_powers(struct power_supply *psy, struct device *dev)
{
return sysfs_create_link_nowarn(&psy->dev->kobj, &dev->kobj, "powers");
return sysfs_create_link(&psy->dev->kobj, &dev->kobj, "powers");
}
EXPORT_SYMBOL_GPL(power_supply_powers);

Expand Down

0 comments on commit 17593a7

Please sign in to comment.