Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84034
b: refs/heads/master
c: d5b0d1b
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Dave Airlie committed Feb 7, 2008
1 parent d702252 commit e2c95bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a96ca105a68bc66c564accdfeb81c36e1d5d46b3
refs/heads/master: d5b0d1b5bda979b077cf011e79fc19677663afc4
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ int i915_vblank_swap(struct drm_device *dev, void *data,

spin_lock_irqsave(&dev_priv->swaps_lock, irqflags);

list_add_tail((struct list_head *)vbl_swap, &dev_priv->vbl_swaps.head);
list_add_tail(&vbl_swap->head, &dev_priv->vbl_swaps.head);
dev_priv->swaps_pending++;

spin_unlock_irqrestore(&dev_priv->swaps_lock, irqflags);
Expand Down

0 comments on commit e2c95bb

Please sign in to comment.