Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255865
b: refs/heads/master
c: b405e1b
h: refs/heads/master
i:
  255863: 6ccacb1
v: v3
  • Loading branch information
Jussi Kivilinna authored and John W. Linville committed Jun 22, 2011
1 parent b75cc9f commit 5e3ca07
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: 7a1d6564a15183cb5994656040966df09af8390f
refs/heads/master: b405e1b83dc2bb662c4be2612674a8d0ef900e26
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/zd1211rw/zd_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ static void handle_rx_packet(struct zd_usb *usb, const u8 *buffer,

if (length < sizeof(struct rx_length_info)) {
/* It's not a complete packet anyhow. */
printk("%s: invalid, small RX packet : %d\n",
__func__, length);
dev_dbg_f(zd_usb_dev(usb), "invalid, small RX packet : %d\n",
length);
return;
}
length_info = (struct rx_length_info *)
Expand Down

0 comments on commit 5e3ca07

Please sign in to comment.