diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2010-09-10 11:19:03 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2010-09-10 11:19:03 +0000 |
| commit | 3d844eddb70884ea1c2414d9cec87c16974b3f67 (patch) | |
| tree | df34a15378a2bfdd3403ef89e431e6f0c53c379c /sys/dev/firewire/fwohci_pci.c | |
| parent | 5696dee9f45132c83ae72a27262423b978b57f86 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 5524954c756ff..0bb66a9ed5eeb 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -487,7 +487,7 @@ fwohci_pci_shutdown(device_t dev) } static device_t -fwohci_pci_add_child(device_t dev, int order, const char *name, int unit) +fwohci_pci_add_child(device_t dev, u_int order, const char *name, int unit) { struct fwohci_softc *sc; device_t child; |
