aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-12-06 22:26:16 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2024-12-06 22:26:16 +0000
commit18250ec6c089c0c50cbd9fd87d78e03ff89916df (patch)
treef5dd88ced310b6c82afec1a89f7f23bc10b72913 /sys/dev/flash
parent723da5d92f40a413585107f8455280ea575fe410 (diff)
Diffstat (limited to 'sys/dev/flash')
-rw-r--r--sys/dev/flash/cqspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/flash/cqspi.c b/sys/dev/flash/cqspi.c
index 9332ec85477c..4774d14add0e 100644
--- a/sys/dev/flash/cqspi.c
+++ b/sys/dev/flash/cqspi.c
@@ -620,7 +620,7 @@ cqspi_delayed_attach(void *arg)
sc = arg;
cqspi_add_devices(sc->dev);
- bus_generic_attach(sc->dev);
+ bus_attach_children(sc->dev);
config_intrhook_disestablish(&sc->config_intrhook);
}