Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62f288cf authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

drm: fix printk typo 'sracth'



Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ae0e47f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3584,7 +3584,7 @@ int r100_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;
	}