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

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

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

2023-11-19 Thread Andrew Donnellan
On Mon, 2023-11-13 at 09:45 +0800, Li zeming wrote: > The link pointer does not need to cast the type. > > Signed-off-by: Li zeming Acked-by: Andrew Donnellan > --- >  drivers/misc/ocxl/link.c | 14 +++--- >  1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git

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

2023-11-14 Thread Frederic Barrat
On 13/11/2023 02:45, Li zeming wrote: The link pointer does not need to cast the type. Signed-off-by: Li zeming --- Acked-by: Frederic Barrat Fred drivers/misc/ocxl/link.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

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

2023-11-12 Thread Li zeming
The link pointer does not need to cast the type. Signed-off-by: Li zeming --- drivers/misc/ocxl/link.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/misc/ocxl/link.c b/drivers/misc/ocxl/link.c index c06c699c0e7b1..03402203cacdb 100644 ---