Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213962
b: refs/heads/master
c: aa0d52c
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Aug 16, 2010
1 parent f9551a0 commit c4f3271
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: 1a7123cdd9f49cf1c908fb2c16d26f279c88d8c9
refs/heads/master: aa0d52c5e7f352ce9725c8940fe2458f2c04e049
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ipw2x00/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -3064,9 +3064,9 @@ static void ipw2100_tx_send_commands(struct ipw2100_priv *priv)

packet = list_entry(element, struct ipw2100_tx_packet, list);

IPW_DEBUG_TX("using TBD at virt=%p, phys=%p\n",
IPW_DEBUG_TX("using TBD at virt=%p, phys=%04X\n",
&txq->drv[txq->next],
(void *)(txq->nic + txq->next *
(u32) (txq->nic + txq->next *
sizeof(struct ipw2100_bd)));

packet->index = txq->next;
Expand Down

0 comments on commit c4f3271

Please sign in to comment.