linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / char / agp / sgi-agp.c
index cfa7922..4df7734 100644 (file)
@@ -329,7 +329,7 @@ static int __devinit agp_sgi_init(void)
 
 static void __devexit agp_sgi_cleanup(void)
 {
-       if (sgi_tioca_agp_bridges)
+       if(sgi_tioca_agp_bridges)
                kfree(sgi_tioca_agp_bridges);
        sgi_tioca_agp_bridges=NULL;
 }