Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318534
b: refs/heads/master
c: 6c98237
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed May 31, 2012
1 parent afb07aa commit 440b22d
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: 61e9653f0d9a18a0ceecbc0acb93b3297fbb8196
refs/heads/master: 6c982376de3f81e046e380d27079b823acadf6ad
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ intel_sdvo_detect(struct drm_connector *connector, bool force)

/* add 30ms delay when the output type might be TV */
if (intel_sdvo->caps.output_flags & SDVO_TV_MASK)
mdelay(30);
msleep(30);

if (!intel_sdvo_read_response(intel_sdvo, &response, 2))
return connector_status_unknown;
Expand Down

0 comments on commit 440b22d

Please sign in to comment.