summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/vnd/frameio.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/vnd/frameio.c')
-rw-r--r--usr/src/uts/common/io/vnd/frameio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/vnd/frameio.c b/usr/src/uts/common/io/vnd/frameio.c
index 198c14d4be..d36608efcd 100644
--- a/usr/src/uts/common/io/vnd/frameio.c
+++ b/usr/src/uts/common/io/vnd/frameio.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright 2017 Joyent, Inc.
+ * Copyright 2019 Joyent, Inc.
*/
/*
@@ -286,7 +286,7 @@ failed:
if (error == EAGAIN) {
if (frame != 0)
error = 0;
- if (*nvecs != NULL)
+ if (nvecs != NULL)
*nvecs = frame;
ASSERT(*mpp != NULL);
} else {