We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9f45a commit 1e41eb1Copy full SHA for 1e41eb1
drivers/mmc/host/sdhci-acpi.c
@@ -234,7 +234,7 @@ static const struct sdhci_acpi_chip sdhci_acpi_chip_int = {
234
static bool sdhci_acpi_byt(void)
235
{
236
static const struct x86_cpu_id byt[] = {
237
- { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_SILVERMONT },
+ X86_MATCH_INTEL_FAM6_MODEL(ATOM_SILVERMONT, NULL),
238
{}
239
};
240
@@ -244,7 +244,7 @@ static bool sdhci_acpi_byt(void)
244
static bool sdhci_acpi_cht(void)
245
246
static const struct x86_cpu_id cht[] = {
247
- { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_AIRMONT },
+ X86_MATCH_INTEL_FAM6_MODEL(ATOM_AIRMONT, NULL),
248
249
250
0 commit comments