mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 03:38:03 +02:00
silence warning
This commit is contained in:
parent
5dbcb7551f
commit
d55629a13d
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,7 @@ static int intelfb_single_fb_probe(struct drm_device *dev)
|
|||
struct intel_framebuffer *intel_fb;
|
||||
struct fb_info *info;
|
||||
struct intelfb_par *par;
|
||||
struct drm_mode_set *modeset;
|
||||
struct drm_mode_set *modeset = NULL;
|
||||
|
||||
DRM_DEBUG("\n");
|
||||
/* first up get a count of crtcs now in use and new min/maxes width/heights */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue