One more spinlock initializer cleanup.

main
Michel Dänzer 2007-07-03 12:33:51 +02:00
parent ea832a8e55
commit 91990946fa
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ void i915_driver_irq_postinstall(drm_device_t * dev)
INIT_LIST_HEAD(&dev_priv->vbl_swaps.head);
dev_priv->swaps_pending = 0;
dev_priv->user_irq_lock = SPIN_LOCK_UNLOCKED;
spin_lock_init(&dev_priv->user_irq_lock);
dev_priv->user_irq_refcount = 0;
i915_enable_interrupt(dev);