Commit 0ddeeb01 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Fix incorrect type warning.

parent da090c71
......@@ -660,7 +660,7 @@ int agp_generic_free_gatt_table(void)
agp_gatt_table = NULL;
agp_bridge->gatt_table = NULL;
agp_bridge->gatt_table_real = NULL;
agp_bridge->gatt_bus_addr = NULL;
agp_bridge->gatt_bus_addr = 0;
return 0;
}
......
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