s390: remove superfluous tpi from wait_cons_dev
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 9 May 2012 14:27:36 +0000 (16:27 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 16 May 2012 12:42:38 +0000 (14:42 +0200)
commit281d839a5d85fa5dc3e0c7a12c39568d5bf63ff3
treed6bf2fb403540be8e48e22dc85fb5587d7567d9e
parent7752bce5fb584ad65314caa4571c3fb7f87c9e30
s390: remove superfluous tpi from wait_cons_dev

wait_cons_dev waits for a particular subchannel to complete an I/O.
It is not necessary to use tpi to get the subchannel id as it is
already known. This avoids changes to the interrupt subclass mask
and allows to remove the lock & unlock of the subchannel lock.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/cio.c