Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64195
b: refs/heads/master
c: f276730
h: refs/heads/master
i:
  64193: a47e27c
  64191: 487c2bd
v: v3
  • Loading branch information
Klaus D. Wacker authored and Martin Schwidefsky committed Aug 22, 2007
1 parent 23933ab commit c69f037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23eb68c569cdbaad1a88015be1d69c565cd3926a
refs/heads/master: f276730f8da0e8136d8491b6ef44fc719d450a1b
2 changes: 2 additions & 0 deletions trunk/drivers/s390/cio/qdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ qdio_do_eqbs(struct qdio_q *q, unsigned char *state,
again:
ccq = do_eqbs(irq->sch_token, state, q_no, start, cnt);
rc = qdio_check_ccq(q, ccq);
if ((ccq == 96) && (tmp_cnt != *cnt))
rc = 0;
if (rc == 1) {
QDIO_DBF_TEXT5(1,trace,"eqAGAIN");
goto again;
Expand Down

0 comments on commit c69f037

Please sign in to comment.