Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38138
b: refs/heads/master
c: c8c94b1
h: refs/heads/master
v: v3
  • Loading branch information
Zach Brown authored and Linus Torvalds committed Oct 3, 2006
1 parent 61b7ce9 commit 86f76a6
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: 8057de64fd4734ae3e70cf76deb77f1c19958494
refs/heads/master: c8c94b11399b1dc7f08f7b28ec4289a727f0daee
4 changes: 2 additions & 2 deletions trunk/sound/oss/trident.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 86f76a6

Please sign in to comment.