Skip to content

Commit 171a7d9

Browse files
aeglbp3tk0v
authored andcommitted
extcon: axp288: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fd82221 commit 171a7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/extcon/extcon-axp288.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct axp288_extcon_info {
108108
};
109109

110110
static const struct x86_cpu_id cherry_trail_cpu_ids[] = {
111-
X86_MATCH_INTEL_FAM6_MODEL(ATOM_AIRMONT, NULL),
111+
X86_MATCH_VFM(INTEL_ATOM_AIRMONT, NULL),
112112
{}
113113
};
114114

0 commit comments

Comments
 (0)