From f62896f625da823110ae25811cfb8638f794eccb Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 30 Apr 2007 17:55:03 -0700 Subject: [PATCH] --- yaml --- r: 53387 b: refs/heads/master c: 2609e7b9bebfd433254c02538ba803dc516ff674 h: refs/heads/master i: 53385: f4d59fbd452ceb4cc89cdb85cc8be98e70f52aa7 53383: c17a099de663574402e23d3c9fb1394a6fa3ba15 v: v3 --- [refs] | 2 +- trunk/fs/sysfs/bin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b4efaac2f69f..b5aa4dd59a5f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3265b54556b2d8ed4e9612b08edb592b60205c40 +refs/heads/master: 2609e7b9bebfd433254c02538ba803dc516ff674 diff --git a/trunk/fs/sysfs/bin.c b/trunk/fs/sysfs/bin.c index 8ea2a51ce883..d3b9f5f07db1 100644 --- a/trunk/fs/sysfs/bin.c +++ b/trunk/fs/sysfs/bin.c @@ -59,7 +59,7 @@ read(struct file * file, char __user * userbuf, size_t count, loff_t * off) if (copy_to_user(userbuf, buffer, count)) return -EFAULT; - pr_debug("offs = %lld, *off = %lld, count = %d\n", offs, *off, count); + pr_debug("offs = %lld, *off = %lld, count = %zd\n", offs, *off, count); *off = offs + count;