Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271271
b: refs/heads/master
c: c84c142
h: refs/heads/master
i:
  271269: 6ac5a94
  271267: 4968dcb
  271263: fdeb8e8
v: v3
  • Loading branch information
Jean Delvare authored and Paul Mundt committed Jul 13, 2011
1 parent b64085b commit f85e038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af48d1c6c85752053ddfed5cfb3933d6336d645c
refs/heads/master: c84c14224bbca6ec60d5851fcc87be0e34df2f44
6 changes: 3 additions & 3 deletions trunk/drivers/video/carminefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
#define CARMINEFB_DEFAULT_VIDEO_MODE 1

static unsigned int fb_mode = CARMINEFB_DEFAULT_VIDEO_MODE;
module_param(fb_mode, uint, 444);
module_param(fb_mode, uint, 0444);
MODULE_PARM_DESC(fb_mode, "Initial video mode as integer.");

static char *fb_mode_str;
module_param(fb_mode_str, charp, 444);
module_param(fb_mode_str, charp, 0444);
MODULE_PARM_DESC(fb_mode_str, "Initial video mode in characters.");

/*
Expand All @@ -46,7 +46,7 @@ MODULE_PARM_DESC(fb_mode_str, "Initial video mode in characters.");
* 0b010 Display 1
*/
static int fb_displays = CARMINE_USE_DISPLAY0 | CARMINE_USE_DISPLAY1;
module_param(fb_displays, int, 444);
module_param(fb_displays, int, 0444);
MODULE_PARM_DESC(fb_displays, "Bit mode, which displays are used");

struct carmine_hw {
Expand Down

0 comments on commit f85e038

Please sign in to comment.