Re: [PATCH v2] drivers: pci: Directly use ida_alloc()/free()

From: Logan Gunthorpe
Date: Wed Jun 08 2022 - 15:29:22 EST




On 2022-06-08 12:42, Bjorn Helgaas wrote:
> On Thu, Jun 02, 2022 at 07:11:15AM +0000, Ke Liu wrote:
>> Use ida_alloc()/ida_free() instead of deprecated
>> ida_simple_get()/ida_simple_remove().
>>
>> Signed-off-by: Ke Liu <liuke94@xxxxxxxxxx>
>
> I'd like acks from a vmd maintainer (Nirmal) and a switchtec
> maintainer (Kirt, Logan) before applying this.
>
> You don't need to post this again with those acks, but if you do post
> it again for some reason, take note of the subject line history; see
> "git log --oneline drivers/pci/controller/ drivers/pci/switch/"
>> ---
>> v2 fix sign-off name suggest by Bjorn Helgaas
>> ---
>> drivers/pci/controller/vmd.c | 6 +++---
>> drivers/pci/switch/switchtec.c | 7 +++----
>> 2 files changed, 6 insertions(+), 7 deletions(-)


Oh, yup, looks good to me. Thanks!

Acked-by: Logan Gunthorpe <logang@xxxxxxxxxxxx>

Logan