diff options
author | 2021-11-15 15:10:00 +0300 | |
---|---|---|
committer | 2021-11-24 15:28:01 +0100 | |
commit | 982b94ba0983bee504cdd317428cc012c8405c78 (patch) | |
tree | a76641939bfe6aa7081d2f7235e892c43612ef25 /scripts/gdb/linux/utils.py | |
parent | PCI: Convert to device_create_managed_software_node() (diff) | |
download | wireguard-linux-982b94ba0983bee504cdd317428cc012c8405c78.tar.xz wireguard-linux-982b94ba0983bee504cdd317428cc012c8405c78.zip |
driver core: Don't call device_remove_properties() from device_del()
All the drivers that relied on device_del() to call
device_remove_properties() have now been converted to either
use device_create_managed_software_node() instead of
device_add_properties(), or to register the software node
completely separately from the device.
This will make it finally possible to share and reuse the
software nodes that hold the additional device properties.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions