cxl: Add cookie parameter to afu_release_irqs()
authorMichael Neuling <mikey@neuling.org>
Wed, 27 May 2015 06:07:07 +0000 (16:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 3 Jun 2015 03:27:17 +0000 (13:27 +1000)
commit6428832a7bfae73345706d63a228a6ce60af0081
tree07c521ff77d82219c477d2589ec8932d7284ef3f
parentbfcdc8fffe738c4c06673ed0e447a718b43b7311
cxl: Add cookie parameter to afu_release_irqs()

Add cookie parameter to afu_release_irqs() so that we can pass in a different
cookie than the context structure.  This will be useful for other kernel
drivers that want to call this but get their own cookie back in the interrupt
handler.

Update all existing call sites.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/context.c
drivers/misc/cxl/cxl.h
drivers/misc/cxl/file.c
drivers/misc/cxl/irq.c
This page took 0.024925 seconds and 5 git commands to generate.