s390/cio: clear timer when terminating driver I/O
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Mon, 12 Feb 2018 11:01:03 +0000 (12:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 05:52:01 +0000 (07:52 +0200)
commitdac5d3a100c62bba3795286d44ac9200573c9c44
tree60551e832ed29fad7d16d4bc43c0af539663ce8f
parentc5b1b2e2185db4c5eeb72d8f61a1ba0c1f7a752c
s390/cio: clear timer when terminating driver I/O

[ Upstream commit 410d5e13e7638bc146321671e223d56495fbf3c7 ]

When we terminate driver I/O (because we need to stop using a certain
channel path) we also need to ensure that a timer (which may have been
set up using ccw_device_start_timeout) is cleared.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/cio/device_fsm.c