All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial] drm: i915: i915_modeset is signed
@ 2009-05-26 16:27 Kyle McMartin
  0 siblings, 0 replies; only message in thread
From: Kyle McMartin @ 2009-05-26 16:27 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel, jbarnes, eric

From: Kyle McMartin <kyle@redhat.com>

Signed-off-by: Kyle McMartin <kyle@redhat.com>
---
 drivers/gpu/drm/i915/i915_drv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 98560e1..06600d1 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -36,7 +36,7 @@
 #include "drm_pciids.h"
 #include <linux/console.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;
-- 
1.6.2.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-26 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-26 16:27 [PATCH trivial] drm: i915: i915_modeset is signed Kyle McMartin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.