Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164981
b: refs/heads/master
c: a2fbf10
h: refs/heads/master
i:
  164979: 1818d30
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent afa206e commit 85d0bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 665d7662d15441b4b3e54131a9418a1a198d0d31
refs/heads/master: a2fbf10eba3a38407e3984bc9503342de2b5e399
2 changes: 1 addition & 1 deletion trunk/drivers/usb/class/usbtmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static ssize_t usbtmc_read(struct file *filp, char __user *buf,

/* Ensure the instrument doesn't lie about it */
if(n_characters > actual - 12) {
dev_err(dev, "Device lies about message size: %zu > %zu\n", n_characters, actual - 12);
dev_err(dev, "Device lies about message size: %u > %d\n", n_characters, actual - 12);
n_characters = actual - 12;
}

Expand Down

0 comments on commit 85d0bf5

Please sign in to comment.