net: nfc: Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Fri, 27 May 2022 06:42:25 +0000 (06:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 May 2022 14:28:47 +0000 (15:28 +0100)
commit911799172d2f703cc14e9000c55d124d5e0a91a2
treedffc86a7296e125d30f4d15e85692962d0663158
parent0649e4d63420ebc8cbebef3e9d39e12ffc5eb9fa
net: nfc: Directly use ida_alloc()/free()

Use ida_alloc()/ida_free() instead of deprecated
ida_simple_get()/ida_simple_remove() .

Signed-off-by: keliu <liuke94@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/nfc/core.c