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 Given two other similar changes: - https://lore.kernel.org/linux-pci/cc01721cec2d416d7bdf47086943b17ef44b7286.1702966181.git.christophe.jaillet@xxxxxxxxxx - https://lore.kernel.org/linux-pci/47a30441242c4d5f0e00555cbddd7783350ff1b2.1702966523.git.christophe.jaillet@xxxxxxxxxx I moved this particular change to the same branch as the above so that these are collected together within a single branch. And, as such: Applied to remove-old-api, thank you! [1/1] PCI: vmd: Remove usage of the deprecated ida_simple_*() API https://git.kernel.org/pci/pci/c/0eccea7150e3 Krzysztof