intel_extreme: Drop fatal error on no monitors.

This commit is contained in:
Alexander von Gluck IV 2015-11-02 16:28:04 -06:00
parent e2e5daf25b
commit 4b6d5b8427

View File

@ -347,11 +347,8 @@ intel_init_accelerant(int device)
// On TRACE, dump ports and states // On TRACE, dump ports and states
dump_ports(); dump_ports();
if (status != B_OK) { if (status != B_OK)
ERROR("Error: zero active displays were found!\n"); ERROR("Warning: zero active displays were found!\n");
uninit_common();
return status;
}
status = create_mode_list(); status = create_mode_list();
if (status != B_OK) { if (status != B_OK) {