]> git.dujemihanovic.xyz Git - linux.git/commit
s390/qdio: clean up qdio_check_outbound_after_thinint()
authorJulian Wiedmann <jwi@linux.ibm.com>
Tue, 30 Oct 2018 07:21:27 +0000 (08:21 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 29 Mar 2019 06:23:50 +0000 (07:23 +0100)
commit2f2f3839fb8d0fb548fa6ee2d3bec656dc61f1ac
treec0596edc5728d6c59a43a8855067c5f4bf0d2ad1
parentf85b2b297c16b6d9fa8d9f2f26b73b5571dfb859
s390/qdio: clean up qdio_check_outbound_after_thinint()

This helper is not thinint-specific, qdio_get_next_buffers() also calls it
for non-thinint devices. So give it a more fitting name, and while at it
adjust its parameter.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/qdio_main.c