Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Remove stray debug line (already commented out)
details: https://anonhg.NetBSD.org/src/rev/230826f1b7a4
branches: trunk
changeset: 369405:230826f1b7a4
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Aug 15 18:06:04 2022 +0000
description:
Remove stray debug line (already commented out)
diffstat:
sys/dev/pci/nvme_pci.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 0d602dabeba1 -r 230826f1b7a4 sys/dev/pci/nvme_pci.c
--- a/sys/dev/pci/nvme_pci.c Mon Aug 15 12:16:25 2022 +0000
+++ b/sys/dev/pci/nvme_pci.c Mon Aug 15 18:06:04 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nvme_pci.c,v 1.36 2022/07/09 01:24:32 pgoyette Exp $ */
+/* $NetBSD: nvme_pci.c,v 1.37 2022/08/15 18:06:04 pgoyette Exp $ */
/* $OpenBSD: nvme_pci.c,v 1.3 2016/04/14 11:18:32 dlg Exp $ */
/*
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nvme_pci.c,v 1.36 2022/07/09 01:24:32 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nvme_pci.c,v 1.37 2022/08/15 18:06:04 pgoyette Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -506,7 +506,6 @@
error = devsw_attach(nvme_cd.cd_name, NULL, &bmajor,
&nvme_cdevsw, &cmajor);
if (error) {
- /*XXXPRG devsw_ok = false;*/
aprint_error("%s: unable to register devsw, err %d\n",
nvme_cd.cd_name, error);
/* do not abort, just /dev/nvme* will not work */
Home |
Main Index |
Thread Index |
Old Index