Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157432
b: refs/heads/master
c: e2910bc
h: refs/heads/master
v: v3
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed Sep 11, 2009
1 parent 88e459c commit ebaa5bb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: efd986db2d720e8f6660ec2c292509ee7d28cc6a
refs/heads/master: e2910bcf8ca762b306767a0894ab1987be014c9e
4 changes: 3 additions & 1 deletion trunk/drivers/s390/cio/qdio_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,8 +798,10 @@ static void __tiqdio_inbound_processing(struct qdio_q *q)

if (!qdio_inbound_q_done(q)) {
qdio_perf_stat_inc(&perf_stats.thinint_inbound_loop);
if (likely(q->irq_ptr->state != QDIO_IRQ_STATE_STOPPED))
if (likely(q->irq_ptr->state != QDIO_IRQ_STATE_STOPPED)) {
tasklet_schedule(&q->tasklet);
return;
}
}

qdio_stop_polling(q);
Expand Down

0 comments on commit ebaa5bb

Please sign in to comment.