Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353606
b: refs/heads/master
c: 53a9c87
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 17, 2013
1 parent 552494b commit e8f0dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 595e0eb06756bdf332c76176980eded1ec50032a
refs/heads/master: 53a9c87e7e02abf3575be98c9fb2018fa30a61b9
4 changes: 2 additions & 2 deletions trunk/drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr,
if (dev_attr->show)
ret = dev_attr->show(dev, dev_attr, buf);
if (ret >= (ssize_t)PAGE_SIZE) {
printk("dev_attr_show: %pSR returned bad count\n",
dev_attr->show);
print_symbol("dev_attr_show: %s returned bad count\n",
(unsigned long)dev_attr->show);
}
return ret;
}
Expand Down

0 comments on commit e8f0dde

Please sign in to comment.