linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: keliu <liuke94@huawei.com>
Cc: peter.chen@kernel.org, balbi@kernel.org,
	heikki.krogerus@linux.intel.com, mdevaev@gmail.com,
	maze@google.com, ruslan.bilovol@gmail.com, phil@raspberrypi.com,
	libaokun1@huawei.com, dan.carpenter@oracle.com,
	akpm@linux-foundation.org, brauner@kernel.org,
	songmuchun@bytedance.com, dh10.jung@samsung.com,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers: usb: Directly use ida_alloc()/free()
Date: Fri, 27 May 2022 10:52:26 +0200	[thread overview]
Message-ID: <YpCRSojxnKwFbs8Q@kroah.com> (raw)
In-Reply-To: <20220527090800.2881397-1-liuke94@huawei.com>

On Fri, May 27, 2022 at 09:08:00AM +0000, keliu wrote:
> Use ida_alloc()/ida_free() instead of deprecated
> ida_simple_get()/ida_simple_remove() .
> 
> Signed-off-by: keliu <liuke94@huawei.com>

I need a real name here, one that you use to sign legal documents.

> ---
>  drivers/usb/chipidea/core.c             | 6 +++---
>  drivers/usb/gadget/function/f_hid.c     | 6 +++---
>  drivers/usb/gadget/function/f_printer.c | 6 +++---
>  drivers/usb/gadget/function/rndis.c     | 4 ++--
>  drivers/usb/typec/class.c               | 8 ++++----

Please break this up into one-per-driver.

thanks,

greg k-h

      reply	other threads:[~2022-05-27 12:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-27  9:08 [PATCH] drivers: usb: Directly use ida_alloc()/free() keliu
2022-05-27  8:52 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YpCRSojxnKwFbs8Q@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=balbi@kernel.org \
    --cc=brauner@kernel.org \
    --cc=dan.carpenter@oracle.com \
    --cc=dh10.jung@samsung.com \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=libaokun1@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=liuke94@huawei.com \
    --cc=maze@google.com \
    --cc=mdevaev@gmail.com \
    --cc=peter.chen@kernel.org \
    --cc=phil@raspberrypi.com \
    --cc=ruslan.bilovol@gmail.com \
    --cc=songmuchun@bytedance.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).