diff options
Diffstat (limited to 'drivers/char/agp/frontend.c')
-rw-r--r-- | drivers/char/agp/frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/frontend.c b/drivers/char/agp/frontend.c index 97eeb2345b18..ffcf15c30e90 100644 --- a/drivers/char/agp/frontend.c +++ b/drivers/char/agp/frontend.c | |||
@@ -781,7 +781,7 @@ static int agpioc_acquire_wrap(struct agp_file_private *priv) | |||
781 | if (agp_fe.current_controller != NULL) | 781 | if (agp_fe.current_controller != NULL) |
782 | return -EBUSY; | 782 | return -EBUSY; |
783 | 783 | ||
784 | if(!agp_bridge) | 784 | if (!agp_bridge) |
785 | return -ENODEV; | 785 | return -ENODEV; |
786 | 786 | ||
787 | if (atomic_read(&agp_bridge->agp_in_use)) | 787 | if (atomic_read(&agp_bridge->agp_in_use)) |