Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376382
b: refs/heads/master
c: 2554fc1
h: refs/heads/master
v: v3
  • Loading branch information
Imre Deak authored and Daniel Vetter committed May 22, 2013
1 parent 73596c0 commit ec0a139
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: df97729f1bcb5055ba414f08b48364d46c6baef0
refs/heads/master: 2554fc1fa6dc184ca553f73e3796fa59745efa8a
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ gmbus_wait_hw_status(struct drm_i915_private *dev_priv,
* need to wake up periodically and check that ourselves. */
I915_WRITE(GMBUS4 + reg_offset, gmbus4_irq_en);

for (i = 0; i < msecs_to_jiffies(50) + 1; i++) {
for (i = 0; i < msecs_to_jiffies_timeout(50); i++) {
prepare_to_wait(&dev_priv->gmbus_wait_queue, &wait,
TASK_UNINTERRUPTIBLE);

Expand Down

0 comments on commit ec0a139

Please sign in to comment.