Re: [PATCH] misc: ocxl: afu_irq: Remove unnecessary (void*) conversions

2023-12-07 Thread Michael Ellerman
On Mon, 13 Nov 2023 09:22:02 +0800, Li zeming wrote: > The irq pointer does not need to cast the type. > > Applied to powerpc/next. [1/1] misc: ocxl: afu_irq: Remove unnecessary (void*) conversions https://git.kernel.org/powerpc/c/84ba5d3675e23e6fa824a2268c5b6a04b52dde4d cheers

Re: [PATCH] misc: ocxl: afu_irq: Remove unnecessary (void*) conversions

2023-11-19 Thread Andrew Donnellan
On Mon, 2023-11-13 at 09:22 +0800, Li zeming wrote: > The irq pointer does not need to cast the type. > > Signed-off-by: Li zeming Acked-by: Andrew Donnellan > --- >  drivers/misc/ocxl/afu_irq.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] misc: ocxl: afu_irq: Remove unnecessary (void*) conversions

2023-11-14 Thread Frederic Barrat
On 13/11/2023 02:22, Li zeming wrote: The irq pointer does not need to cast the type. Signed-off-by: Li zeming --- Acked-by: Frederic Barrat Fred drivers/misc/ocxl/afu_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/ocxl/afu_irq.c

[PATCH] misc: ocxl: afu_irq: Remove unnecessary (void*) conversions

2023-11-12 Thread Li zeming
The irq pointer does not need to cast the type. Signed-off-by: Li zeming --- drivers/misc/ocxl/afu_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/ocxl/afu_irq.c b/drivers/misc/ocxl/afu_irq.c index a06920b7e049a..36f7379b8e2de 100644 ---