Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175044
b: refs/heads/master
c: 034f585
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 809fb61 commit f4a00e7
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: d722a51007f60d173262e176157e6d9c58ef2cd0
refs/heads/master: 034f58575982e473c808e501b5223274b14743c7
4 changes: 2 additions & 2 deletions trunk/drivers/staging/line6/pod.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ static ssize_t pod_set_dump(struct device *dev, struct device_attribute *attr,

if (count != sizeof(pod->prog_data)) {
dev_err(pod->line6.ifcdev,
"data block must be exactly %d bytes\n",
"data block must be exactly %zu bytes\n",
sizeof(pod->prog_data));
return -EINVAL;
}
Expand Down Expand Up @@ -691,7 +691,7 @@ static ssize_t pod_set_dump_buf(struct device *dev,

if (count != sizeof(pod->prog_data)) {
dev_err(pod->line6.ifcdev,
"data block must be exactly %d bytes\n",
"data block must be exactly %zu bytes\n",
sizeof(pod->prog_data));
return -EINVAL;
}
Expand Down

0 comments on commit f4a00e7

Please sign in to comment.