Commit 70442084 authored by Dave Jones's avatar Dave Jones

[AGPGART] Fix typo in via-agp. s/PM400/P4M400/

parent 4c1cf270
...@@ -402,7 +402,7 @@ static struct agp_device_ids via_agp_device_ids[] __initdata = ...@@ -402,7 +402,7 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* P4M400 */ /* P4M400 */
{ {
.device_id = PCI_DEVICE_ID_VIA_P4M400, .device_id = PCI_DEVICE_ID_VIA_P4M400,
.chipset_name = "PM400", .chipset_name = "P4M400",
}, },
{ }, /* dummy final entry, always present */ { }, /* dummy final entry, always present */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment