Date:2010-04-28 11:33:24 (13 years 11 months ago)
Author:Thomas Hellstrom
Commit:5be6eff965aee22181d7f6210c2c463420e94e03
Message:drm/ttm: Remove some leftover debug messages.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Files: drivers/gpu/drm/ttm/ttm_lock.c (2 diffs)

Change Details

drivers/gpu/drm/ttm/ttm_lock.c
204204    lock->flags &= ~TTM_VT_LOCK;
205205    wake_up_all(&lock->queue);
206206    spin_unlock(&lock->lock);
207    printk(KERN_INFO TTM_PFX "vt unlock.\n");
208207
209208    return ret;
210209}
...... 
265264                   ttm_lock_type, &ttm_vt_lock_remove, NULL);
266265    if (ret)
267266        (void)__ttm_vt_unlock(lock);
268    else {
267    else
269268        lock->vt_holder = tfile;
270        printk(KERN_INFO TTM_PFX "vt lock.\n");
271    }
272269
273270    return ret;
274271}

Archive Download the corresponding diff file



interactive