Fix typo. No functional change.

This commit is contained in:
msaitoh 2023-01-04 03:24:00 +00:00
parent d56bed9a66
commit d49186a20d
1 changed files with 3 additions and 3 deletions

View File

@ -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,