Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/pci Remove useless break;
details: https://anonhg.NetBSD.org/src/rev/09b1744cbf54
branches: nick-nhusb
changeset: 334193:09b1744cbf54
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Apr 06 12:17:30 2015 +0000
description:
Remove useless break;
diffstat:
sys/dev/pci/xhci_pci.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 1e19956a14b0 -r 09b1744cbf54 sys/dev/pci/xhci_pci.c
--- a/sys/dev/pci/xhci_pci.c Mon Apr 06 12:15:32 2015 +0000
+++ b/sys/dev/pci/xhci_pci.c Mon Apr 06 12:17:30 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci_pci.c,v 1.4.2.1 2014/12/03 12:52:07 skrll Exp $ */
+/* $NetBSD: xhci_pci.c,v 1.4.2.2 2015/04/06 12:17:30 skrll Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci_pci.c,v 1.4.2.1 2014/12/03 12:52:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci_pci.c,v 1.4.2.2 2015/04/06 12:17:30 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -117,7 +117,6 @@
default:
aprint_error_dev(self, "BAR not 64 or 32-bit MMIO\n");
return;
- break;
}
psc->sc_pc = pc;
Home |
Main Index |
Thread Index |
Old Index