commit | b2745655be3658cd422ba2b07cf19eb64e0c0eaf | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Fri Mar 20 14:00:00 2020 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Fri Mar 27 10:22:48 2020 +0100 |
tree | 4fecd6e044126790badc9d4015fee399a2dbe368 | |
parent | dea284867701024d5058d7ab1542763a12006595 [diff] |
s390/qdio: set qdio_irq->cdev at allocation time Set up qdio_irq->cdev right when the qdio_irq struct is allocated, so that all subsequent code can rely on this pointer. Then convert two helper functions to not pass a cdev parameter around. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>