Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36464
b: refs/heads/master
c: 8ac283a
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent ba23cff commit d654005
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: 3fe70ba2272c123cf38e4c577bf220f8bcf25366
refs/heads/master: 8ac283ad415358f022498887811c35ac656b5222
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/aircable.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static void aircable_send(struct usb_serial_port *port)

buf = kzalloc(count + HCI_HEADER_LENGTH, GFP_ATOMIC);
if (!buf) {
err("%s- kzalloc(%Zd) failed.", __FUNCTION__,
err("%s- kzalloc(%d) failed.", __FUNCTION__,
count + HCI_HEADER_LENGTH);
return;
}
Expand Down Expand Up @@ -280,7 +280,7 @@ static void aircable_read(void *params)

tty_prepare_flip_string(tty, &data, count);
if (!data){
err("%s- kzalloc(%Zd) failed.", __FUNCTION__, count);
err("%s- kzalloc(%d) failed.", __FUNCTION__, count);
return;
}

Expand Down

0 comments on commit d654005

Please sign in to comment.