From 9bfd777adbe859a97f5c7461a5fc0bc420046775 Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Mon, 6 Jan 2003 05:57:48 +0000 Subject: [PATCH] Fix fc->dev to fc->bdev. --- sys/dev/firewire/firewire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index e18bb8e113e4..612997cd925c 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++){