Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156578
b: refs/heads/master
c: 8d3457e
h: refs/heads/master
v: v3
  • Loading branch information
Paul Rolland authored and Dave Airlie committed Aug 9, 2009
1 parent c3a9441 commit ab2ba5b
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: 38d5487db7f289be1d56ac7df704ee49ed3213b9
refs/heads/master: 8d3457ec3198a569dd14dc9e3ae8b6163bcaa0b5
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ int drm_wait_vblank(struct drm_device *dev, void *data,

ret = drm_vblank_get(dev, crtc);
if (ret) {
DRM_ERROR("failed to acquire vblank counter, %d\n", ret);
DRM_DEBUG("failed to acquire vblank counter, %d\n", ret);
return ret;
}
seq = drm_vblank_count(dev, crtc);
Expand Down

0 comments on commit ab2ba5b

Please sign in to comment.