summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/contract/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/contract/device.c')
-rw-r--r--usr/src/uts/common/contract/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/contract/device.c b/usr/src/uts/common/contract/device.c
index 35daef995a..9eef7ee9b4 100644
--- a/usr/src/uts/common/contract/device.c
+++ b/usr/src/uts/common/contract/device.c
@@ -20,6 +20,7 @@
*/
/*
* Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2019 Joyent, Inc.
*/
#include <sys/mutex.h>
@@ -2053,7 +2054,6 @@ contract_device_negotiate(dev_info_t *dip, dev_t dev, int spec_type,
cmn_err(CE_PANIC, "contract_device_negotiate(): Negotiation "
"not supported: event (%d) for dev_t (%lu) and spec (%d), "
"dip (%p)", evtype, dev, spec_type, (void *)dip);
- result = CT_NACK;
break;
}