mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 17:08:03 +02:00
s/TRUE/true
This commit is contained in:
parent
05b648c5a4
commit
8122872739
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ void drm_helper_probe_single_connector_modes(struct drm_connector *connector, ui
|
|||
}
|
||||
|
||||
|
||||
drm_mode_prune_invalid(dev, &connector->modes, TRUE);
|
||||
drm_mode_prune_invalid(dev, &connector->modes, true);
|
||||
|
||||
if (list_empty(&connector->modes)) {
|
||||
struct drm_display_mode *stdmode;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue