diff options
author | Daniel J Blueman <daniel.blueman@gmail.com> | 2010-09-22 17:57:19 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-09-24 10:12:49 +1000 |
commit | 4417d7f60218d838158f1f85eab5e9ca8d1aa92e (patch) | |
tree | 988ce7b79115a105d1071fe1b7ddb660d3477602 /drivers/gpu/drm/radeon/r600.c | |
parent | d3147e86d71e74c93d361988d9441575da71345e (diff) |
drm: radeon cleanup fixes...
Fix string interpreted as trigraph and typo.
Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
Reviewed-by: Alex Deucher <alexdeucher@gmail.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index afc18d87fdc..ddc3adea1dd 100644 --- a/drivers/gpu/drm/radeon/r600.c +++ b/drivers/gpu/drm/radeon/r600.c @@ -2729,7 +2729,7 @@ int r600_ib_test(struct radeon_device *rdev) if (i < rdev->usec_timeout) { DRM_INFO("ib test succeeded in %u usecs\n", i); } else { - DRM_ERROR("radeon: ib test failed (sracth(0x%04X)=0x%08X)\n", + DRM_ERROR("radeon: ib test failed (scratch(0x%04X)=0x%08X)\n", scratch, tmp); r = -EINVAL; } |