drm/i915: i915_modeset is signed
authorKyle McMartin <kyle@redhat.com>
Tue, 26 May 2009 16:27:34 +0000 (12:27 -0400)
committerEric Anholt <eric@anholt.net>
Fri, 4 Sep 2009 20:05:39 +0000 (13:05 -0700)
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_drv.c

index 81ab488..dbe568c 100644 (file)
@@ -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;