Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353600
b: refs/heads/master
c: 6ad58fa
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent e5f6da4 commit 15131d9
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: f5e097f0465e874ac76e8b6ae355b6faa83973a1
refs/heads/master: 6ad58fa82db897b4422a873c01fa41f84b652502
4 changes: 2 additions & 2 deletions trunk/fs/sysfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ static int fill_read_buffer(struct dentry * dentry, struct sysfs_buffer * buffer
* indicate truncated result or overflow in normal use cases.
*/
if (count >= (ssize_t)PAGE_SIZE) {
print_symbol("fill_read_buffer: %s returned bad count\n",
(unsigned long)ops->show);
printk("fill_read_buffer: %pSR returned bad count\n",
ops->show);
/* Try to struggle along */
count = PAGE_SIZE - 1;
}
Expand Down

0 comments on commit 15131d9

Please sign in to comment.