s390/3215: fix hanging console issue
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 15 Jul 2014 15:53:12 +0000 (17:53 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 28 Jul 2014 08:02:39 +0000 (10:02 +0200)
commit26d766c60f4ea08cd14f0f3435a6db3d6cc2ae96
treeae07e275a923cb86018da35c1cb0ef984bfb4a00
parente2213e04c1b1e44a09a9d05b79809b7e63c9217e
s390/3215: fix hanging console issue

The ccw_device_start in raw3215_start_io can fail. raw3215_try_io
does not check if the request could be started and removes any
pending timer. This can leave the system in a hanging state.
Check for pending request after raw3215_start_io and start a
timer if necessary.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/con3215.c
This page took 0.041336 seconds and 5 git commands to generate.