Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix typo. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/7fc840107dd6
branches:  trunk
changeset: 372909:7fc840107dd6
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jan 04 03:24:00 2023 +0000

description:
Fix typo. No functional change.

diffstat:

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

diffs (27 lines):

diff -r f1a413a9f1db -r 7fc840107dd6 sys/dev/pci/sdhc_pci.c
--- a/sys/dev/pci/sdhc_pci.c    Wed Jan 04 03:12:31 2023 +0000
+++ b/sys/dev/pci/sdhc_pci.c    Wed Jan 04 03:24:00 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sdhc_pci.c,v 1.19 2022/10/14 07:54:49 jmcneill Exp $   */
+/*     $NetBSD: sdhc_pci.c,v 1.20 2023/01/04 03:24:00 msaitoh Exp $    */
 /*     $OpenBSD: sdhc_pci.c,v 1.7 2007/10/30 18:13:45 chl Exp $        */
 
 /*
@@ -18,7 +18,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sdhc_pci.c,v 1.19 2022/10/14 07:54:49 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sdhc_pci.c,v 1.20 2023/01/04 03:24:00 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_sdmmc.h"
@@ -157,7 +157,7 @@
 
        {
                PCI_VENDOR_INTEL,
-               PCI_PRODUCT_INTEL_BSW_SSC_MMC,
+               PCI_PRODUCT_INTEL_BSW_SCC_MMC,
                0xffff,
                0xffff,
                ~0,



Home | Main Index | Thread Index | Old Index