From 15131d94c2cadc7c61546da3a174b71d44a16507 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Wed, 12 Dec 2012 10:19:09 -0800 Subject: [PATCH] --- yaml --- r: 353600 b: refs/heads/master c: 6ad58fa82db897b4422a873c01fa41f84b652502 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/sysfs/file.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 821211d37087..a4564ecb9836 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f5e097f0465e874ac76e8b6ae355b6faa83973a1 +refs/heads/master: 6ad58fa82db897b4422a873c01fa41f84b652502 diff --git a/trunk/fs/sysfs/file.c b/trunk/fs/sysfs/file.c index 602f56db0442..bd7e59ba9246 100644 --- a/trunk/fs/sysfs/file.c +++ b/trunk/fs/sysfs/file.c @@ -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; }