aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-10-30 21:08:30 +0000
committerDave Airlie <airlied@redhat.com>2010-11-09 13:37:15 +1000
commitfce7d61be01ad7606056608be08fef15b70eeb84 (patch)
tree362887ff2bd2b0e034b882345886cbdbedfa4e5c /drivers/gpu/drm/radeon/r600.c
parent85b54e0c194fe216eb70cbce44365cef42cdc33e (diff)
downloadkernel_samsung_smdk4412-fce7d61be01ad7606056608be08fef15b70eeb84.zip
kernel_samsung_smdk4412-fce7d61be01ad7606056608be08fef15b70eeb84.tar.gz
kernel_samsung_smdk4412-fce7d61be01ad7606056608be08fef15b70eeb84.tar.bz2
drivers/gpu/drm: Update WARN uses
Coalesce long formats. Align arguments. Add missing newlines. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600.c')
-rw-r--r--drivers/gpu/drm/radeon/r600.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
index 33952a1..403e0df 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)
int r;
if (rdev->gart.table.vram.robj) {
- WARN(1, "R600 PCIE GART already initialized.\n");
+ WARN(1, "R600 PCIE GART already initialized\n");
return 0;
}
/* Initialize common gart structure */
@@ -2995,7 +2995,7 @@ int r600_irq_set(struct radeon_device *rdev)
u32 hdmi1, hdmi2;
if (!rdev->irq.installed) {
- WARN(1, "Can't enable IRQ/MSI because no handler is installed.\n");
+ WARN(1, "Can't enable IRQ/MSI because no handler is installed\n");
return -EINVAL;
}
/* don't enable anything if the ih is disabled */