projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d9ebc
)
drm/radeon/kms: fix a spelling error in an error message
author
Alex Deucher
<alexdeucher@gmail.com>
Mon, 17 Jan 2011 18:08:58 +0000
(18:08 +0000)
committer
Dave Airlie
<airlied@gmail.com>
Mon, 24 Jan 2011 01:05:12 +0000
(11:05 +1000)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
drivers/gpu/drm/radeon/r100.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r100.c
b/drivers/gpu/drm/radeon/r100.c
index
46da514
..
5968dde
100644
(file)
--- 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)
if (i < rdev->usec_timeout) {
DRM_INFO("ring test succeeded in %d usecs\n", i);
} else {
- DRM_ERROR("radeon: ring test failed (s
ract
h(0x%04X)=0x%08X)\n",
+ DRM_ERROR("radeon: ring test failed (s
cratc
h(0x%04X)=0x%08X)\n",
scratch, tmp);
r = -EINVAL;
}