From 86f76a6f3338c3868543b2aaea36cec101961ee4 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 3 Oct 2006 01:16:10 -0700 Subject: [PATCH] --- yaml --- r: 38138 b: refs/heads/master c: c8c94b11399b1dc7f08f7b28ec4289a727f0daee h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/oss/trident.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2d72360e7d7c..9371d242399b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8057de64fd4734ae3e70cf76deb77f1c19958494 +refs/heads/master: c8c94b11399b1dc7f08f7b28ec4289a727f0daee diff --git a/trunk/sound/oss/trident.c b/trunk/sound/oss/trident.c index ce79cd82478a..147c816a1f22 100644 --- a/trunk/sound/oss/trident.c +++ b/trunk/sound/oss/trident.c @@ -1862,7 +1862,7 @@ trident_read(struct file *file, char __user *buffer, size_t count, loff_t * ppos unsigned swptr; int cnt; - pr_debug("trident: trident_read called, count = %d\n", count); + pr_debug("trident: trident_read called, count = %zd\n", count); VALIDATE_STATE(state); @@ -1978,7 +1978,7 @@ trident_write(struct file *file, const char __user *buffer, size_t count, loff_t unsigned int copy_count; int lret; /* for lock_set_fmt */ - pr_debug("trident: trident_write called, count = %d\n", count); + pr_debug("trident: trident_write called, count = %zd\n", count); VALIDATE_STATE(state);