Re: [PATCH] misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_xx() API

From: Krzysztof Wilczyński
Date: Sun Dec 31 2023 - 06:16:35 EST


Hello,

> ida_alloc() and ida_free() should be preferred to the deprecated
> ida_simple_get() and ida_simple_remove().
>
> This is less verbose.

Applied to remove-old-api, thank you!

[1/1] misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_*() API
https://git.kernel.org/pci/pci/c/130f335630b6

Krzysztof