Re: [PATCH] PCI: vmd: Remove usage of the deprecated ida_simple_xx() API

From: Krzysztof Wilczyński
Date: Wed Dec 13 2023 - 14:27:06 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 controller/vmd, thank you!

[1/1] PCI: vmd: Remove usage of the deprecated ida_simple_xx() API
https://git.kernel.org/pci/pci/c/991801bc4722

Krzysztof