mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 05:48:04 +02:00
fix unusued variable
This commit is contained in:
parent
b589b846e7
commit
8e8e37515e
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ void drm_mode_sort(struct list_head *mode_list)
|
|||
*/
|
||||
void drm_mode_output_list_update(struct drm_output *output)
|
||||
{
|
||||
struct drm_display_mode *mode, *t;
|
||||
struct drm_display_mode *mode;
|
||||
struct drm_display_mode *pmode, *pt;
|
||||
int found_it;
|
||||
list_for_each_entry_safe(pmode, pt, &output->probed_modes,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue