mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
mpi3mr: add missing terminator entry to mpi3mr_identifiers array
Reported by: KASAN Sponsored by: Netflix Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D43519
This commit is contained in:
parent
39f5d8dd1b
commit
2f2da21740
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ struct mpi3mr_ident {
|
|||
} mpi3mr_identifiers[] = {
|
||||
{ MPI3_MFGPAGE_VENDORID_BROADCOM, MPI3_MFGPAGE_DEVID_SAS4116,
|
||||
0xffff, 0xffff, 0, "Broadcom MPIMR 3.0 controller" },
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
DRIVER_MODULE(mpi3mr, pci, mpi3mr_pci_driver, 0, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue