summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons/dcons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dcons/dcons.c')
-rw-r--r--sys/dev/dcons/dcons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dcons/dcons.c b/sys/dev/dcons/dcons.c
index 5bdbbfb..c1b320d 100644
--- a/sys/dev/dcons/dcons.c
+++ b/sys/dev/dcons/dcons.c
@@ -598,7 +598,7 @@ dcons_modevent(module_t mode, int type, void *data)
#if CONS_NODEV
gdb_arg = NULL;
#else
- gdbdev = NODEV;
+ gdbdev = NULL;
#endif
#endif
#if __FreeBSD_version >= 500000
OpenPOWER on IntegriCloud