diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-12-06 22:26:05 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2024-12-06 22:26:05 +0000 |
| commit | 723da5d92f40a413585107f8455280ea575fe410 (patch) | |
| tree | 7a86211af148b6d495e9516cd8a45fe70b5aeddc /sys/dev/firmware | |
| parent | 46297859a74563dde6fc5bff9f9ecded9fb61ba6 (diff) | |
Diffstat (limited to 'sys/dev/firmware')
| -rw-r--r-- | sys/dev/firmware/arm/scmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firmware/arm/scmi.c b/sys/dev/firmware/arm/scmi.c index ef4bcbf13996..afabdcf9917b 100644 --- a/sys/dev/firmware/arm/scmi.c +++ b/sys/dev/firmware/arm/scmi.c @@ -174,7 +174,7 @@ scmi_attach(device_t dev) /* * Allow devices to identify. */ - bus_generic_probe(dev); + bus_identify_children(dev); /* * Now walk the OFW tree and attach top-level devices. |
