]> git.hungrycats.org Git - linux/commitdiff
[PATCH] DMI update fix
authorAndrew Morton <akpm@osdl.org>
Sat, 24 Jan 2004 03:36:32 +0000 (19:36 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 24 Jan 2004 03:36:32 +0000 (19:36 -0800)
From: Dave Jones <davej@redhat.com>

Fix typo in the recent 2.4 DMI sync-up.

arch/i386/kernel/dmi_scan.c

index b2eea8ef75f7f9e6c0b2984169aaba1d4cf3ce2c..dfa7066bf996c7195e1678d6b19012c9f090ff23 100644 (file)
@@ -660,7 +660,7 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={
                        MATCH(DMI_BIOS_VERSION, "Version1.01"),
                        NO_MATCH, NO_MATCH,
                        } },
-       { apm_is_horked, "Intel D850MD", { /* APM crashes */
+       { apm_is_horked_d850md, "Intel D850MD", { /* APM crashes */
                        MATCH(DMI_BIOS_VENDOR, "Intel Corp."),
                        MATCH(DMI_BIOS_VERSION, "MV85010A.86A.0016.P07.0201251536"),
                        NO_MATCH, NO_MATCH,