Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Trivial build fix



details:   https://anonhg.NetBSD.org/src/rev/120c1baf9d90
branches:  trunk
changeset: 446016:120c1baf9d90
user:      prlw1 <prlw1%NetBSD.org@localhost>
date:      Tue Nov 20 15:16:43 2018 +0000

description:
Trivial build fix

diffstat:

 sys/dev/pci/ahcisata_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3d9d547b4d1e -r 120c1baf9d90 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c        Tue Nov 20 12:23:01 2018 +0000
+++ b/sys/dev/pci/ahcisata_pci.c        Tue Nov 20 15:16:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisata_pci.c,v 1.44 2018/11/20 12:23:01 skrll Exp $  */
+/*     $NetBSD: ahcisata_pci.c,v 1.45 2018/11/20 15:16:43 prlw1 Exp $  */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.44 2018/11/20 12:23:01 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.45 2018/11/20 15:16:43 prlw1 Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ahcisata_pci.h"
@@ -326,7 +326,7 @@
                        /* The next try is for MSI: Disable MSIX */
                        counts[PCI_INTR_TYPE_INTX] = 1;
 #ifndef AHCISATA_DISABLE_MSI
-                       counts[PCI_INTR_TYPE_MSI] = 1;,
+                       counts[PCI_INTR_TYPE_MSI] = 1;
 #endif
                        counts[PCI_INTR_TYPE_MSIX] = 0;
                        goto alloc_retry;



Home | Main Index | Thread Index | Old Index