Skip to content

Commit

Permalink
drm/i915: i915_modeset is signed
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle McMartin <[email protected]>
Signed-off-by: Eric Anholt <[email protected]>
  • Loading branch information
jkkm authored and anholt committed Sep 4, 2009
1 parent 652c393 commit d6073d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d6073d7

Please sign in to comment.