mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix fc->dev to fc->bdev.
This commit is contained in:
parent
152757d6d8
commit
9bfd777adb
1 changed files with 1 additions and 1 deletions
|
|
@ -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++){
|
||||
|
|
|
|||
Loading…
Reference in a new issue