Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38136
b: refs/heads/master
c: cb7cf57
h: refs/heads/master
v: v3
  • Loading branch information
Zach Brown authored and Linus Torvalds committed Oct 3, 2006
1 parent a60cb77 commit 4e52654
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: 5df0a29d9c2239c28b5864037b51ac3d747439a9
refs/heads/master: cb7cf57a6196a4b27e5d2f71debefc80a2fa1725
4 changes: 2 additions & 2 deletions trunk/drivers/firmware/dell_rbu.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static int packetize_data(void *data, size_t length)
int packet_length;
u8 *temp;
u8 *end = (u8 *) data + length;
pr_debug("packetize_data: data length %d\n", length);
pr_debug("packetize_data: data length %zd\n", length);
if (!rbu_data.packetsize) {
printk(KERN_WARNING
"dell_rbu: packetsize not specified\n");
Expand All @@ -249,7 +249,7 @@ static int packetize_data(void *data, size_t length)
if ((rc = create_packet(temp, packet_length)))
return rc;

pr_debug("%lu:%lu\n", temp, (end - temp));
pr_debug("%p:%lu\n", temp, (end - temp));
temp += packet_length;
}

Expand Down

0 comments on commit 4e52654

Please sign in to comment.