diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/r600.c')
-rw-r--r-- | drivers/gpu/drm/radeon/r600.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index 33952a12f0a3..403e0df52a9d 100644 --- a/drivers/gpu/drm/radeon/r600.c +++ b/drivers/gpu/drm/radeon/r600.c | |||
@@ -919,7 +919,7 @@ int r600_pcie_gart_init(struct radeon_device *rdev) | |||
919 | int r; | 919 | int r; |
920 | 920 | ||
921 | if (rdev->gart.table.vram.robj) { | 921 | if (rdev->gart.table.vram.robj) { |
922 | WARN(1, "R600 PCIE GART already initialized.\n"); | 922 | WARN(1, "R600 PCIE GART already initialized\n"); |
923 | return 0; | 923 | return 0; |
924 | } | 924 | } |
925 | /* Initialize common gart structure */ | 925 | /* Initialize common gart structure */ |
@@ -2995,7 +2995,7 @@ int r600_irq_set(struct radeon_device *rdev) | |||
2995 | u32 hdmi1, hdmi2; | 2995 | u32 hdmi1, hdmi2; |
2996 | 2996 | ||
2997 | if (!rdev->irq.installed) { | 2997 | if (!rdev->irq.installed) { |
2998 | WARN(1, "Can't enable IRQ/MSI because no handler is installed.\n"); | 2998 | WARN(1, "Can't enable IRQ/MSI because no handler is installed\n"); |
2999 | return -EINVAL; | 2999 | return -EINVAL; |
3000 | } | 3000 | } |
3001 | /* don't enable anything if the ih is disabled */ | 3001 | /* don't enable anything if the ih is disabled */ |