summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_pm.c
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-10-24 15:05:29 +0200
committerDave Airlie <airlied@redhat.com>2011-12-20 19:49:17 +0000
commit851a6bd99edda0094def3b0b81bb1c7c0e886e65 (patch)
tree3a092105166affb83061d4efdf997a080aac6924 /drivers/gpu/drm/radeon/radeon_pm.c
parent16557f1ef0e14fd43b0a46b7dc89c431020ff3e2 (diff)
downloadlinux-stable-851a6bd99edda0094def3b0b81bb1c7c0e886e65.tar.gz
linux-stable-851a6bd99edda0094def3b0b81bb1c7c0e886e65.tar.bz2
linux-stable-851a6bd99edda0094def3b0b81bb1c7c0e886e65.zip
drm/radeon: fix a spelling mistake
Better fix it before this obvious typo spreads even more. Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_pm.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_pm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c
index 78a665bd9519..1fb84676afe3 100644
--- a/drivers/gpu/drm/radeon/radeon_pm.c
+++ b/drivers/gpu/drm/radeon/radeon_pm.c
@@ -799,9 +799,9 @@ static void radeon_dynpm_idle_work_handler(struct work_struct *work)
int not_processed = 0;
read_lock_irqsave(&rdev->fence_drv.lock, irq_flags);
- if (!list_empty(&rdev->fence_drv.emited)) {
+ if (!list_empty(&rdev->fence_drv.emitted)) {
struct list_head *ptr;
- list_for_each(ptr, &rdev->fence_drv.emited) {
+ list_for_each(ptr, &rdev->fence_drv.emitted) {
/* count up to 3, that's enought info */
if (++not_processed >= 3)
break;