summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/firewire/firewire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index e18bb8e..612997c 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -1696,7 +1696,7 @@ fw_attach_dev(struct firewire_comm *fc)
printf("\n");
}
}
- err = device_get_children(fc->dev, &devlistp, &devcnt);
+ err = device_get_children(fc->bdev, &devlistp, &devcnt);
if( err != 0 )
return;
for( i = 0 ; i < devcnt ; i++){
OpenPOWER on IntegriCloud