Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144303
b: refs/heads/master
c: 07f4f8b
h: refs/heads/master
i:
  144301: 12cb662
  144299: f91b80c
  144295: 7801363
  144287: 1484827
v: v3
  • Loading branch information
Eric Anholt committed Apr 17, 2009
1 parent 5a3b9c0 commit b392e9a
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: f544847fbaf099278343f875987a983f2b913134
refs/heads/master: 07f4f8bf436e3f389a12cb792ad16275b9091b51
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ int i915_irq_emit(struct drm_device *dev, void *data,
drm_i915_irq_emit_t *emit = data;
int result;

if (!dev_priv) {
if (!dev_priv || !dev_priv->ring.virtual_start) {
DRM_ERROR("called with no initialization\n");
return -EINVAL;
}
Expand Down

0 comments on commit b392e9a

Please sign in to comment.