linux/drivers/s390
Jan Höppner d62f7abcf3 s390/dasd: Remove dead return code checks
In dasd_term_IO() ccw_device_clear() is called and the return code is
checked afterwards. Though, the return codes -EIO and -EBUSY will never
be returned and can therefore be removed from the check.

In dasd_start_IO() the return code of either ccw_device_tm_start() or
ccw_device_start() is checked. However, neither of them returns
-ETIMEDOUT. Remove that check as well.

Signed-off-by: Jan Höppner <hoeppner@linux.vnet.ibm.com>
Acked-by: Stefan Haberland <sth@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2018-01-23 07:36:43 +01:00
..
block s390/dasd: Remove dead return code checks 2018-01-23 07:36:43 +01:00
char s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
cio s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
crypto s390: crypto: Remove redundant license text 2017-11-24 14:28:46 +01:00
net s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
scsi s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
virtio s390: drivers: Remove redundant license text 2017-11-24 14:28:47 +01:00
Makefile s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00