Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6073d77 authored by Kyle McMartin's avatar Kyle McMartin Committed by Eric Anholt
Browse files

drm/i915: i915_modeset is signed



Signed-off-by: default avatarKyle McMartin <kyle@redhat.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 652c393a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#include <linux/console.h>
#include "drm_crtc_helper.h"

static unsigned int i915_modeset = -1;
static int i915_modeset = -1;
module_param_named(modeset, i915_modeset, int, 0400);

unsigned int i915_fbpercrtc = 0;