Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21027
b: refs/heads/master
c: 63e1fd4
h: refs/heads/master
i:
  21025: 1e3c611
  21023: 700faf2
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Mar 14, 2006
1 parent db2f24d commit 89d3366
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: 6acaba8e22bb355409e06d9e7ce4e7bef1bcaa04
refs/heads/master: 63e1fd41c7127650d355e7db7dd92890edf5523b
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/via-pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ proc_get_info(char *page, char **start, off_t off,
p += sprintf(p, "PMU driver version : %d\n", PMU_DRIVER_VERSION);
p += sprintf(p, "PMU firmware version : %02x\n", pmu_version);
p += sprintf(p, "AC Power : %d\n",
((pmu_power_flags & PMU_PWR_AC_PRESENT) != 0));
((pmu_power_flags & PMU_PWR_AC_PRESENT) != 0) || pmu_battery_count == 0);
p += sprintf(p, "Battery count : %d\n", pmu_battery_count);

return p - page;
Expand Down

0 comments on commit 89d3366

Please sign in to comment.