From: Greg KH <gregkh@linuxfoundation.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-usb@vger.kernel.org
Subject: Re: [PATCH] usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API
Date: Sun, 14 Apr 2024 14:52:48 +0200 [thread overview]
Message-ID: <2024041432-cranial-spyglass-17d3@gregkh> (raw)
In-Reply-To: <779bc8ae-0f24-4f34-8f20-633e6e6f2fc5@wanadoo.fr>
On Sun, Apr 14, 2024 at 02:09:08PM +0200, Christophe JAILLET wrote:
> Le 14/01/2024 à 12:39, Christophe JAILLET a écrit :
> > ida_alloc() and ida_free() should be preferred to the deprecated
> > ida_simple_get() and ida_simple_remove().
> >
> > Note that the upper limit of ida_simple_get() is exclusive, but the one of
> > ida_alloc_max() is inclusive. So a -1 has been added when needed.
> >
> > Signed-off-by: Christophe JAILLET <christophe.jaillet-39ZsbGIQGT5GWvitb5QawA@public.gmane.org>
> > ---
> > drivers/usb/gadget/function/f_hid.c | 6 +++---
> > drivers/usb/gadget/function/f_printer.c | 6 +++---
> > drivers/usb/gadget/function/rndis.c | 4 ++--
> > 3 files changed, 8 insertions(+), 8 deletions(-)
> >
>
> Hi,
>
> polite reminder.
Odd, this isn't in my review queue anywhere. Can you rebase and resend?
thanks,
greg k-h
prev parent reply other threads:[~2024-04-14 12:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-14 11:39 [PATCH] usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API Christophe JAILLET
2024-04-14 12:09 ` Christophe JAILLET
2024-04-14 12: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=2024041432-cranial-spyglass-17d3@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=christophe.jaillet@wanadoo.fr \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/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