]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] qdio: merge inbound and outbound handler functions
authorJan Glauber <jang@linux.vnet.ibm.com>
Thu, 26 Mar 2009 14:24:32 +0000 (15:24 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 26 Mar 2009 14:24:22 +0000 (15:24 +0100)
commit3943e32afc983079c216b822bfe4bc21c744a3e0
tree44222f7c11283a4aba13c33a75b5634929084a8e
parent85471d383cd3730ca6fcf06fb624620b7b309940
[S390] qdio: merge inbound and outbound handler functions

The inbound and outbound handlers are nearly identical if the outbound
handler uses first_to_check as end index instead of last_move. Since both
values are identical at that point the handlers can be merged.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/qdio.h
drivers/s390/cio/qdio_main.c
drivers/s390/cio/qdio_thinint.c