Skip to content

Commit

Permalink
Merge pull request #202 from flaviojs/fix-extra-argument-c7200_init_d…
Browse files Browse the repository at this point in the history
…ual_gt64120

Fix extra argument in c7200_init_dual_gt64120.
  • Loading branch information
grossmj authored Mar 29, 2024
2 parents b4f3e24 + a14351e commit e3f59ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dev_c7200.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static int c7200_init_dual_gt64120(c7200_t *router)
vm->pci_bus[1] = pci_bus_create("MB2",0);

if (!vm->pci_bus[0] || !vm->pci_bus[1]) {
vm_error(vm,"unable to create PCI data.\n",vm->name);
vm_error(vm,"unable to create PCI data.\n");
return(-1);
}

Expand Down

0 comments on commit e3f59ef

Please sign in to comment.