diff options
author | 2021-02-04 17:17:11 +0300 | |
---|---|---|
committer | 2021-02-05 10:08:19 +0100 | |
commit | c8134c004ccf131ec41e8c58b096927bb8ba1cd8 (patch) | |
tree | 8a1a31845ac02d02ae9fdebfaf771ed57eb7692b /drivers/usb/cdns3/cdns3-imx.c | |
parent | usb: dwc3: host: Use software node API with the properties (diff) | |
download | linux-dev-c8134c004ccf131ec41e8c58b096927bb8ba1cd8.tar.xz linux-dev-c8134c004ccf131ec41e8c58b096927bb8ba1cd8.zip |
xhci: ext-caps: Use software node API with the properties
This replaces the platform_device_add_properties() call with
the safer device_create_managed_software_node() that does
exactly the same, but can also guarantee that the lifetime
of the node that is created for the device is tied to the
lifetime of device itself.
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20210204141711.53775-7-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions