[S390] qdio: simplify error handling in irq handler
authorJan Glauber <jang@linux.vnet.ibm.com>
Fri, 12 Jun 2009 08:26:28 +0000 (10:26 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Jun 2009 08:27:32 +0000 (10:27 +0200)
commit4c57542320e73b9ff46b04092273dbcc184a4fb6
tree981cca8580a6cd0447f38525fef1a84a4bb7dfd4
parente45efa99b0b0035a2afc192c242e37eec5477497
[S390] qdio: simplify error handling in irq handler

The check for the device status in qdio_establish_handle_irq()
had dead code. Remove the unused code and simplify the error
handling.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/qdio_main.c