From 723da5d92f40a413585107f8455280ea575fe410 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 6 Dec 2024 17:26:05 -0500 Subject: Replace calls to bus_generic_probe with bus_identify_children Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47674 --- sys/dev/firmware/arm/scmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/firmware') 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. -- cgit v1.3