]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/qdio: clean up q->irq_ptr usage
authorJulian Wiedmann <jwi@linux.vnet.ibm.com>
Mon, 21 Nov 2016 12:34:23 +0000 (13:34 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 3 Feb 2017 12:50:20 +0000 (13:50 +0100)
commit67bb323bfee7db1af047ae15a5d7f8f5a52a09a6
treeb54f6eca07edb9e8ca73bc880a7566dabed38ca8
parent1e4a382fdc0ba8d1a85b758c0811de3a3631085e
s390/qdio: clean up q->irq_ptr usage

In tiqdio_call_inq_handlers(), we're looping over all
input queues on the *same* irq. So instead of using the
queues' back pointer, we can just access the irq directly.

No functional change.

Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/qdio_thinint.c