Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95946
b: refs/heads/master
c: 35bf559
h: refs/heads/master
v: v3
  • Loading branch information
Christian Kujau authored and Anton Vorontsov committed May 2, 2008
1 parent d840b9c commit b0860e6
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: f6b6b180b4614e57af217045f71caedd94821fc7
refs/heads/master: 35bf559145b6332f5465c15a4e5cd7a363985382
2 changes: 1 addition & 1 deletion trunk/drivers/power/pmu_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static int __init pmu_bat_init(void)
if (!pbat)
break;

sprintf(pbat->name, "PMU battery %d", i);
sprintf(pbat->name, "PMU_battery_%d", i);
pbat->bat.name = pbat->name;
pbat->bat.properties = pmu_bat_props;
pbat->bat.num_properties = ARRAY_SIZE(pmu_bat_props);
Expand Down

0 comments on commit b0860e6

Please sign in to comment.