Commit 4f3e0d66 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Remove unneeded test.

Spotted by ISHIKAWA Mutsumi <ishikawa@debian.org>
parent 9c6c0b9e
......@@ -416,7 +416,7 @@ void agp_generic_enable(u32 mode)
}
#endif
if (major < 3) {
/* AGP v<3 */
pci_read_config_dword(agp_bridge->dev,
agp_bridge->capndx + PCI_AGP_STATUS, &command);
......@@ -426,7 +426,6 @@ void agp_generic_enable(u32 mode)
pci_write_config_dword(agp_bridge->dev,
agp_bridge->capndx + PCI_AGP_COMMAND, command);
agp_device_command(command, 0);
}
}
int agp_generic_create_gatt_table(void)
......
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