Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150004
b: refs/heads/master
c: 9b171ff
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Apr 24, 2009
1 parent 6a738f6 commit 83f29b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1965c85331ed29dc4fd32479ff31663e3e9a518f
refs/heads/master: 9b171ffe1b3004587f4a90ef293531a4a262e538
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/if_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ static int if_spi_c2h_data(struct if_spi_card *card)
goto out;
} else if (len > MRVDRV_ETH_RX_PACKET_BUFFER_SIZE) {
lbs_pr_err("%s: error: card has %d bytes of data, but "
"our maximum skb size is %u\n",
"our maximum skb size is %lu\n",
__func__, len, MRVDRV_ETH_RX_PACKET_BUFFER_SIZE);
err = -EINVAL;
goto out;
Expand Down

0 comments on commit 83f29b1

Please sign in to comment.