Re: [PATCH 1/2] mfd: fsl-imx25: set irq handler and data in one go

2017-09-14 Thread Lee Jones
On Tue, 12 Sep 2017, Martin Kaiser wrote: > Replace the two separate calls for setting the irq handler and data with > a single irq_set_chained_handler_and_data() call. > > Signed-off-by: Martin Kaiser > --- > drivers/mfd/fsl-imx25-tsadc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(

[PATCH 1/2] mfd: fsl-imx25: set irq handler and data in one go

2017-09-12 Thread Martin Kaiser
Replace the two separate calls for setting the irq handler and data with a single irq_set_chained_handler_and_data() call. Signed-off-by: Martin Kaiser --- drivers/mfd/fsl-imx25-tsadc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/fsl-imx25-tsadc.c b/drivers/