Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148767
b: refs/heads/master
c: 6b9d8e8
h: refs/heads/master
i:
  148765: d9a6f8f
  148763: 9ddf315
  148759: d8acd8c
  148751: 550a00b
  148735: 64fbab6
v: v3
  • Loading branch information
Roel Kluin authored and Martin Schwidefsky committed Jun 12, 2009
1 parent 7f88725 commit 7fafd31
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: 239a64255fae8933d95273b5b92545949ca4e743
refs/heads/master: 6b9d8e80bb9edd0c9fe948a6ef105391de56b012
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/qdio_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ int do_QDIO(struct ccw_device *cdev, unsigned int callflags,

if ((bufnr > QDIO_MAX_BUFFERS_PER_Q) ||
(count > QDIO_MAX_BUFFERS_PER_Q) ||
(q_nr > QDIO_MAX_QUEUES_PER_IRQ))
(q_nr >= QDIO_MAX_QUEUES_PER_IRQ))
return -EINVAL;

if (!count)
Expand Down

0 comments on commit 7fafd31

Please sign in to comment.