Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242489
b: refs/heads/master
c: 9a26513
h: refs/heads/master
i:
  242487: 6e053b7
v: v3
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed Mar 23, 2011
1 parent 22bc0a1 commit 4ad42e4
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: 4cc69531f91dfa1668af5e9d8efe9e3bc7b64548
refs/heads/master: 9a26513eb67ec4b2cb1744834076afad21b68aac
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 @@ -1508,7 +1508,8 @@ int do_QDIO(struct ccw_device *cdev, unsigned int callflags,

if (irq_ptr->state != QDIO_IRQ_STATE_ACTIVE)
return -EBUSY;

if (!count)
return 0;
if (callflags & QDIO_FLAG_SYNC_INPUT)
return handle_inbound(irq_ptr->input_qs[q_nr],
callflags, bufnr, count);
Expand Down

0 comments on commit 4ad42e4

Please sign in to comment.