diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2023-01-04 03:24:00 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2023-01-04 03:24:00 +0000 |
| commit | 22c8eca7047fd6ca3df3416e964035ed2ec7d436 (patch) | |
| tree | 21e76337536cbe8dd7211068a6fa65cc3690e0e7 /sys/dev | |
| parent | ccf961430e81cc653059c11a45945fe59ca609cc (diff) | |
Fix typo. No functional change.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/sdhc_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/sdhc_pci.c b/sys/dev/pci/sdhc_pci.c index b0e2cc7bc5c..547d154888a 100644 --- a/sys/dev/pci/sdhc_pci.c +++ b/sys/dev/pci/sdhc_pci.c @@ -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, |
