Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53308
b: refs/heads/master
c: bd685ac
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 5, 2007
1 parent 84f2147 commit 3b3ff22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5caf5db887b2bc87d74a78674d8e3e4774fa2a14
refs/heads/master: bd685ac8e78b9bfd4a0145be22a7ff11ab11adef
4 changes: 2 additions & 2 deletions trunk/drivers/video/ps3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ static const struct fb_videomode ps3fb_modedb[] = {
#define VP_OFF(i) (WIDTH(i) * Y_OFF(i) * BPP + X_OFF(i) * BPP)
#define FB_OFF(i) (GPU_OFFSET - VP_OFF(i) % GPU_OFFSET)

static int ps3fb_mode = 0;
static int ps3fb_mode;
module_param(ps3fb_mode, bool, 0);

static char *mode_option __initdata = NULL;
static char *mode_option __initdata;


static int ps3fb_get_res_table(u32 xres, u32 yres)
Expand Down

0 comments on commit 3b3ff22

Please sign in to comment.