Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283429
b: refs/heads/master
c: 85b5fbf
h: refs/heads/master
i:
  283427: f390eaf
v: v3
  • Loading branch information
Randy Dunlap authored and Anton Vorontsov committed Aug 23, 2011
1 parent 26926e2 commit 4f046e7
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: 1c74529dbecf8839d3ed360690f937d68c14e55b
refs/heads/master: 85b5fbf784810d80aa09646189848c9ebc8a4ba2
2 changes: 1 addition & 1 deletion trunk/drivers/power/power_supply_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static ssize_t power_supply_show_property(struct device *dev,
dev_dbg(dev, "driver has no data for `%s' property\n",
attr->attr.name);
else if (ret != -ENODEV)
dev_err(dev, "driver failed to report `%s' property: %d\n",
dev_err(dev, "driver failed to report `%s' property: %zd\n",
attr->attr.name, ret);
return ret;
}
Expand Down

0 comments on commit 4f046e7

Please sign in to comment.