Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150932
b: refs/heads/master
c: ae71baf
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jun 13, 2009
1 parent 5e74e39 commit d8661cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 47f88c99c2ad0c05dd415e1c2a6d59426eb305ed
refs/heads/master: ae71bafdd4ce29856addfede1ab7046f4e45775b
6 changes: 0 additions & 6 deletions trunk/drivers/s390/net/claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,6 @@ claw_tx(struct sk_buff *skb, struct net_device *dev)

CLAW_DBF_TEXT(4, trace, "claw_tx");
p_ch=&privptr->channel[WRITE];
if (skb == NULL) {
privptr->stats.tx_dropped++;
privptr->stats.tx_errors++;
CLAW_DBF_TEXT_(2, trace, "clawtx%d", -EIO);
return -EIO;
}
spin_lock_irqsave(get_ccwdev_lock(p_ch->cdev), saveflags);
rc=claw_hw_tx( skb, dev, 1 );
spin_unlock_irqrestore(get_ccwdev_lock(p_ch->cdev), saveflags);
Expand Down

0 comments on commit d8661cd

Please sign in to comment.