mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 10:26:09 +00:00
drm: fix printk typo 'sracth'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
ae0e47f02a
commit
62f288cfe1
@ -3584,7 +3584,7 @@ int r100_ib_test(struct radeon_device *rdev)
|
|||||||
if (i < rdev->usec_timeout) {
|
if (i < rdev->usec_timeout) {
|
||||||
DRM_INFO("ib test succeeded in %u usecs\n", i);
|
DRM_INFO("ib test succeeded in %u usecs\n", i);
|
||||||
} else {
|
} 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);
|
scratch, tmp);
|
||||||
r = -EINVAL;
|
r = -EINVAL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user