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:
Chuck Silvers 2024-01-19 15:58:41 -08:00
parent 39f5d8dd1b
commit 2f2da21740

View file

@ -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);