summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-07-12 04:12:25 +0000
committerbde <bde@FreeBSD.org>1996-07-12 04:12:25 +0000
commit4c9b9ce103f19e9cf0ec1b8e6b5d05db44be4176 (patch)
tree779349387d8c1e223fa67195929cd05163410911 /sys/scsi/scsiconf.c
parent214f4abc72a6e5fdfbd318b73ec1c66f7a9a826b (diff)
downloadFreeBSD-src-4c9b9ce103f19e9cf0ec1b8e6b5d05db44be4176.zip
FreeBSD-src-4c9b9ce103f19e9cf0ec1b8e6b5d05db44be4176.tar.gz
Don't use NULL in non-pointer contexts.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 24223d3..7da014e 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.59 1996/06/03 14:25:11 jfieber Exp $
+ * $Id: scsiconf.c,v 1.60 1996/06/14 11:02:16 asami Exp $
*/
#include "opt_scsi.h"
@@ -407,10 +407,6 @@ static struct scsi_device probe_switch =
NULL,
NULL,
"probe",
- 0,
- {0, 0},
- NULL,
- 0
};
/*
OpenPOWER on IntegriCloud