diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/bnxe/bnxe_fcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/bnxe/bnxe_fcoe.c b/usr/src/uts/common/io/bnxe/bnxe_fcoe.c index 08780cdec4..87a0c670ca 100644 --- a/usr/src/uts/common/io/bnxe/bnxe_fcoe.c +++ b/usr/src/uts/common/io/bnxe/bnxe_fcoe.c @@ -1351,7 +1351,7 @@ boolean_t BnxeFcoePrvPoll(dev_info_t * pDev) if (pRxQ->inPollMode == B_FALSE) { BnxeLogWarn(pUM, "Polling on FCoE ring %d when NOT in poll mode!", idx); - return NULL; + return B_FALSE; } pRxQ->pollCnt++; |