diff options
| author | Saravana Kannan <[email protected]> | 2020-11-21 02:02:28 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-12-09 18:13:02 +0000 |
| commit | 25ac86c6dbe62fba9b97e997fa648cdbe2d40173 (patch) | |
| tree | 249aaf46122d7df526dc9f2c1079e8bae6579cc9 /lib/dynamic_debug.c | |
| parent | driver core: Add fw_devlink_parse_fwtree() (diff) | |
| download | kernel-25ac86c6dbe62fba9b97e997fa648cdbe2d40173.tar.gz kernel-25ac86c6dbe62fba9b97e997fa648cdbe2d40173.zip | |
driver core: Use device's fwnode to check if it is waiting for suppliers
To check if a device is still waiting for its supplier devices to be
added, we used to check if the devices is in a global
waiting_for_suppliers list. Since the global list will be deleted in
subsequent patches, this patch stops using this check.
Instead, this patch uses a more device specific check. It checks if the
device's fwnode has any fwnode links that haven't been converted to
device links yet.
Signed-off-by: Saravana Kannan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
