diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-09-26 17:12:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-09-26 17:12:14 +0000 |
| commit | 329e817fcc97aa847765c5171cc89a81a0b25527 (patch) | |
| tree | ef997f398912dc47f9b0b15d284552e6c6bdc0cc /sys/dev/puc | |
| parent | c5bf4b1bc690dc122ed4a472672d97af64baab5f (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc')
| -rw-r--r-- | sys/dev/puc/puc_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index f0c6aa81dde4..012a16dc9e9b 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -200,4 +200,4 @@ static driver_t puc_pci_driver = { DRIVER_MODULE(puc, pci, puc_pci_driver, puc_devclass, 0, 0); MODULE_PNP_INFO("U16:vendor;U16:device;U16:#;U16:#;D:#", pci, puc, - puc_pci_devices, sizeof(puc_pci_devices[0]), nitems(puc_pci_devices) - 1); + puc_pci_devices, nitems(puc_pci_devices) - 1); |
