Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221999
b: refs/heads/master
c: 0cffef4
h: refs/heads/master
i:
  221997: 1041830
  221995: 7b89a82
  221991: c6416e8
  221983: 7f5c737
v: v3
  • Loading branch information
Frank Blaschka authored and David S. Miller committed Nov 8, 2010
1 parent 4b320c7 commit 024e6af
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: b67d801f922b989e6756579438bd493ad9052bca
refs/heads/master: 0cffef48ebf5060f749d8b04ab0437a4ba009e77
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,7 @@ void qeth_qdio_start_poll(struct ccw_device *ccwdev, int queue,
{
struct qeth_card *card = (struct qeth_card *)card_ptr;

if (card->dev)
if (card->dev && (card->dev->flags & IFF_UP))
napi_schedule(&card->napi);
}
EXPORT_SYMBOL_GPL(qeth_qdio_start_poll);
Expand Down

0 comments on commit 024e6af

Please sign in to comment.