diff options
author | Christian König <deathsimple@vodafone.de> | 2011-10-24 09:05:29 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-12-20 14:49:17 -0500 |
commit | 851a6bd99edda0094def3b0b81bb1c7c0e886e65 (patch) | |
tree | 3a092105166affb83061d4efdf997a080aac6924 /drivers/gpu/drm/radeon/radeon_pm.c | |
parent | 16557f1ef0e14fd43b0a46b7dc89c431020ff3e2 (diff) |
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.c | 4 |
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) | |||
799 | int not_processed = 0; | 799 | int not_processed = 0; |
800 | 800 | ||
801 | read_lock_irqsave(&rdev->fence_drv.lock, irq_flags); | 801 | read_lock_irqsave(&rdev->fence_drv.lock, irq_flags); |
802 | if (!list_empty(&rdev->fence_drv.emited)) { | 802 | if (!list_empty(&rdev->fence_drv.emitted)) { |
803 | struct list_head *ptr; | 803 | struct list_head *ptr; |
804 | list_for_each(ptr, &rdev->fence_drv.emited) { | 804 | list_for_each(ptr, &rdev->fence_drv.emitted) { |
805 | /* count up to 3, that's enought info */ | 805 | /* count up to 3, that's enought info */ |
806 | if (++not_processed >= 3) | 806 | if (++not_processed >= 3) |
807 | break; | 807 | break; |