Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314996
b: refs/heads/master
c: 23c3421
h: refs/heads/master
v: v3
  • Loading branch information
alex.bluesman.smirnov@gmail.com authored and David S. Miller committed Jul 5, 2012
1 parent d59e7d3 commit a8b8247
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 42c3629551ab8b1613d27c8d046537f9f5b17cbb
refs/heads/master: 23c342153ef2a4ad8bd4f2d6515126449658d2b3
3 changes: 1 addition & 2 deletions trunk/drivers/ieee802154/at86rf230.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ at86rf230_xmit(struct ieee802154_dev *dev, struct sk_buff *skb)
static int at86rf230_rx(struct at86rf230_local *lp)
{
u8 len = 128, lqi = 0;
int rc;
struct sk_buff *skb;

skb = alloc_skb(len, GFP_KERNEL);
Expand All @@ -607,7 +606,7 @@ static int at86rf230_rx(struct at86rf230_local *lp)

ieee802154_rx_irqsafe(lp->dev, skb, lqi);

dev_dbg(&lp->spi->dev, "READ_FBUF: %d %d %x\n", rc, len, lqi);
dev_dbg(&lp->spi->dev, "READ_FBUF: %d %x\n", len, lqi);

return 0;
err:
Expand Down

0 comments on commit a8b8247

Please sign in to comment.