Re: [PATCH] staging: fieldbus: Directly use ida_alloc()/free()

From: Greg KH
Date: Wed Jun 01 2022 - 05:37:01 EST


On Fri, May 27, 2022 at 06:29:38AM +0000, keliu wrote:
> Use ida_alloc()/ida_free() instead of deprecated
> ida_simple_get()/ida_simple_remove() .
>
> Signed-off-by: keliu <liuke94@xxxxxxxxxx>
> ---
> drivers/staging/fieldbus/anybuss/arcx-anybus.c | 6 +++---
> drivers/staging/fieldbus/dev_core.c | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)

As my bot said, you need to properly document and fix up your author
name on all of these patches. I'll drop them all from my patch queue,
please fix up and actually test-build your changes before sending them
out again.

thanks,

greg k-h