diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-01-17 13:08:58 -0500 |
---|---|---|
committer | Dave Airlie <airlied@gmail.com> | 2011-01-23 20:05:12 -0500 |
commit | 369d7ec14cf2a07d3c7826d806f61477866ba523 (patch) | |
tree | 3dc842d1f81ce0778e091b554f1b22c532155f9d /drivers/gpu/drm | |
parent | 29d9ebc4820ee4e03776ddd9a34f3d0097595405 (diff) |
drm/radeon/kms: fix a spelling error in an error message
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/radeon/r100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c index 46da5142b131..5968dde243e9 100644 --- a/drivers/gpu/drm/radeon/r100.c +++ b/drivers/gpu/drm/radeon/r100.c | |||
@@ -3522,7 +3522,7 @@ int r100_ring_test(struct radeon_device *rdev) | |||
3522 | if (i < rdev->usec_timeout) { | 3522 | if (i < rdev->usec_timeout) { |
3523 | DRM_INFO("ring test succeeded in %d usecs\n", i); | 3523 | DRM_INFO("ring test succeeded in %d usecs\n", i); |
3524 | } else { | 3524 | } else { |
3525 | DRM_ERROR("radeon: ring test failed (sracth(0x%04X)=0x%08X)\n", | 3525 | DRM_ERROR("radeon: ring test failed (scratch(0x%04X)=0x%08X)\n", |
3526 | scratch, tmp); | 3526 | scratch, tmp); |
3527 | r = -EINVAL; | 3527 | r = -EINVAL; |
3528 | } | 3528 | } |