Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186991
b: refs/heads/master
c: bd6e8a1
h: refs/heads/master
i:
  186989: 1a1bf85
  186987: d564366
  186983: 8eb3234
  186975: e180ac5
v: v3
  • Loading branch information
Ursula Braun authored and Martin Schwidefsky committed Mar 8, 2010
1 parent 751d5c3 commit 1dd6101
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a290156f479af436f94ac23f5729a1e33c94293b
refs/heads/master: bd6e8a162ecdec4f1d8895b0f330f75425993567
3 changes: 2 additions & 1 deletion trunk/drivers/s390/cio/qdio_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,11 @@ static void qdio_kick_handler(struct qdio_q *q)
if (q->is_input_q) {
qperf_inc(q, inbound_handler);
DBF_DEV_EVENT(DBF_INFO, q->irq_ptr, "kih s:%02x c:%02x", start, count);
} else
} else {
qperf_inc(q, outbound_handler);
DBF_DEV_EVENT(DBF_INFO, q->irq_ptr, "koh: s:%02x c:%02x",
start, count);
}

q->handler(q->irq_ptr->cdev, q->qdio_error, q->nr, start, count,
q->irq_ptr->int_parm);
Expand Down

0 comments on commit 1dd6101

Please sign in to comment.