net: phy: Directly use ida_alloc()/free()
authorKe Liu <liuke94@huawei.com>
Sat, 28 May 2022 04:54:37 +0000 (04:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 May 2022 11:40:09 +0000 (12:40 +0100)
commit2f1de254a25bee55600287e2eb2cc12ea389c129
tree43fcafc78ece3ea52453adc015cbb79aa9ca0b59
parente225c9a5a74b12e9ef8516f30a3db2c7eb866ee1
net: phy: Directly use ida_alloc()/free()

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

Signed-off-by: Ke Liu <liuke94@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/fixed_phy.c