diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2018-08-19 00:22:21 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2018-08-19 00:22:21 +0000 |
| commit | faa319436f0d548cff97c2c8c763538997b63f34 (patch) | |
| tree | 83d929a61077c1eee88b03c7698a3fcbfab6df73 /sys/dev/ioat | |
| parent | 94d0f0877db6bf0511dc0198e78b870618f42d3e (diff) | |
Notes
Diffstat (limited to 'sys/dev/ioat')
| -rw-r--r-- | sys/dev/ioat/ioat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c index 744c26dfafdc..b03de58fcb55 100644 --- a/sys/dev/ioat/ioat.c +++ b/sys/dev/ioat/ioat.c @@ -241,7 +241,7 @@ static struct _pcsid }; MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ioat, pci_ids, - sizeof(pci_ids[0]), nitems(pci_ids)); + nitems(pci_ids)); /* * OS <-> Driver linkage functions |
