Re: [PATCH] ipmi: Handle device properties with software node API

2021-03-05 Thread Corey Minyard
On Thu, Mar 04, 2021 at 12:03:12PM +0300, Heikki Krogerus wrote: > The old device property API is going to be removed. > Replacing the device_add_properties() call with the software > node API equivalent, device_create_managed_software_node(). Ok, this has been queued for next release. Thanks, -

[PATCH] ipmi: Handle device properties with software node API

2021-03-04 Thread Heikki Krogerus
The old device property API is going to be removed. Replacing the device_add_properties() call with the software node API equivalent, device_create_managed_software_node(). Signed-off-by: Heikki Krogerus --- drivers/char/ipmi/ipmi_plat_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)