Commit 7843a0b0 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

agpgart: fix syntax error in the i8x0 file.

parent b31450b7
......@@ -65,7 +65,7 @@ static int intel_8xx_fetch_size(void)
/* Intel 815 chipsets have a _weird_ APSIZE register with only
* one non-reserved bit, so mask the others out ... */
if (agp_bridge.type == INTEL_I815)
temp &= (1 << 3)
temp &= (1 << 3);
values = A_SIZE_8(agp_bridge.aperture_sizes);
......
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