diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-06 05:57:48 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-06 05:57:48 +0000 |
| commit | 9bfd777adbe859a97f5c7461a5fc0bc420046775 (patch) | |
| tree | 9cd295264cd9f0d0598fc82ed0e73d5c7c9132f3 | |
| parent | 152757d6d86cfe076f931f7d9a43d49146d40f62 (diff) | |
Notes
| -rw-r--r-- | sys/dev/firewire/firewire.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++){ |
