diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2018-08-19 00:46:22 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2018-08-19 00:46:22 +0000 |
| commit | b8e771e97a39a88bbf6ebf8f31dcc820c91fe355 (patch) | |
| tree | f2f650a1268aff544f6cda15482de87cc0ebb65a /sys/dev/ntb/ntb_hw | |
| parent | faa319436f0d548cff97c2c8c763538997b63f34 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ntb/ntb_hw')
| -rw-r--r-- | sys/dev/ntb/ntb_hw/ntb_hw_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c index d61f664d8cff5..3bb57fcb71d0e 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c @@ -3120,4 +3120,4 @@ DRIVER_MODULE(ntb_hw_intel, pci, ntb_intel_driver, ntb_hw_devclass, NULL, NULL); MODULE_DEPEND(ntb_hw_intel, ntb, 1, 1, 1); MODULE_VERSION(ntb_hw_intel, 1); MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ntb_hw_intel, pci_ids, - nitems(pci_ids)); + sizeof(pci_ids[0]), nitems(pci_ids)); |
