Module Name:    src
Committed By:   msaitoh
Date:           Wed Jan  4 03:24:00 UTC 2023

Modified Files:
        src/sys/dev/pci: sdhc_pci.c

Log Message:
Fix typo. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/sdhc_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/sdhc_pci.c
diff -u src/sys/dev/pci/sdhc_pci.c:1.19 src/sys/dev/pci/sdhc_pci.c:1.20
--- src/sys/dev/pci/sdhc_pci.c:1.19	Fri Oct 14 07:54:49 2022
+++ src/sys/dev/pci/sdhc_pci.c	Wed Jan  4 03:24:00 2023
@@ -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 @@ static const struct sdhc_pci_quirk {
 
 	{
 		PCI_VENDOR_INTEL,
-		PCI_PRODUCT_INTEL_BSW_SSC_MMC,
+		PCI_PRODUCT_INTEL_BSW_SCC_MMC,
 		0xffff,
 		0xffff,
 		~0,

Reply via email to