diff options
Diffstat (limited to 'drivers/char/agp/sgi-agp.c')
-rw-r--r-- | drivers/char/agp/sgi-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/sgi-agp.c b/drivers/char/agp/sgi-agp.c index 4df7734b51c2..cfa7922cb431 100644 --- a/drivers/char/agp/sgi-agp.c +++ b/drivers/char/agp/sgi-agp.c | |||
@@ -329,7 +329,7 @@ static int __devinit agp_sgi_init(void) | |||
329 | 329 | ||
330 | static void __devexit agp_sgi_cleanup(void) | 330 | static void __devexit agp_sgi_cleanup(void) |
331 | { | 331 | { |
332 | if(sgi_tioca_agp_bridges) | 332 | if (sgi_tioca_agp_bridges) |
333 | kfree(sgi_tioca_agp_bridges); | 333 | kfree(sgi_tioca_agp_bridges); |
334 | sgi_tioca_agp_bridges=NULL; | 334 | sgi_tioca_agp_bridges=NULL; |
335 | } | 335 | } |