Clean up and return if no outputs are found.
parent
8d893e49ec
commit
6238ebee21
|
@ -1054,6 +1054,8 @@ void intel_sdvo_init(drm_device_t *dev, int output_device)
|
||||||
DRM_DEBUG("%s: No active RGB or TMDS outputs (0x%02x%02x)\n",
|
DRM_DEBUG("%s: No active RGB or TMDS outputs (0x%02x%02x)\n",
|
||||||
SDVO_NAME(sdvo_priv),
|
SDVO_NAME(sdvo_priv),
|
||||||
bytes[0], bytes[1]);
|
bytes[0], bytes[1]);
|
||||||
|
drm_output_destroy(output);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
strcpy (name, name_prefix);
|
strcpy (name, name_prefix);
|
||||||
strcat (name, name_suffix);
|
strcat (name, name_suffix);
|
||||||
|
|
Loading…
Reference in New Issue