|
@@ -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;
|