]> git.karo-electronics.de Git - linux-beck.git/commit
[S390] cio: Catch operand exceptions on stsch.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 5 Feb 2007 20:17:36 +0000 (21:17 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 5 Feb 2007 20:17:36 +0000 (21:17 +0100)
commit758976f9a55cb22ddc602a0690d67f9546e3e43f
tree760b3e46fb3e3eb793b8744dca8541c9e82a6375
parentd8c351a97e492dcf24021a0875bf138bfa1374f9
[S390] cio: Catch operand exceptions on stsch.

If we have a subchannel id which has been generated via
for_each_subchannel(), it might contain an invalid subchannel set id.
We need to catch the ensuing operand exception by using stsch_err()
instead of stsch() in all possible cases.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/chsc.c
drivers/s390/cio/css.c