Skip to content

Commit

Permalink
mpi3mr: add missing terminator entry to mpi3mr_identifiers array
Browse files Browse the repository at this point in the history
Reported by:	KASAN
Sponsored by:	Netflix
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D43519
  • Loading branch information
Chuck Silvers authored and bsdjhb committed Mar 15, 2024
2 parents d7269e7 + 2f2da21 commit b4380d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/mpi3mr/mpi3mr_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b4380d1

Please sign in to comment.