diff options
Diffstat (limited to 'usr/src/uts/common/io/nxge/nxge_hw.c')
-rw-r--r-- | usr/src/uts/common/io/nxge/nxge_hw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/nxge/nxge_hw.c b/usr/src/uts/common/io/nxge/nxge_hw.c index 343c7d55ac..449b285639 100644 --- a/usr/src/uts/common/io/nxge/nxge_hw.c +++ b/usr/src/uts/common/io/nxge/nxge_hw.c @@ -203,6 +203,8 @@ nxge_intr(void *arg1, void *arg2) int i, j, nldvs, nintrs = 1; npi_status_t rs = NPI_SUCCESS; + VERIFY(ldvp != NULL); + /* DDI interface returns second arg as NULL (n2 niumx driver) !!! */ if (arg2 == NULL || (void *) ldvp->nxgep != arg2) { nxgep = ldvp->nxgep; |