drm/i915: i915_modeset is signed
Signed-off-by: Kyle McMartin <kyle@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
committed by
Eric Anholt
parent
652c393a33
commit
d6073d775c
@@ -37,7 +37,7 @@
|
|||||||
#include <linux/console.h>
|
#include <linux/console.h>
|
||||||
#include "drm_crtc_helper.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);
|
module_param_named(modeset, i915_modeset, int, 0400);
|
||||||
|
|
||||||
unsigned int i915_fbpercrtc = 0;
|
unsigned int i915_fbpercrtc = 0;
|
||||||
|
Reference in New Issue
Block a user