Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333433
b: refs/heads/master
c: 9ac5de0
h: refs/heads/master
i:
  333431: 8771052
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Florian Tobias Schandinat committed Aug 23, 2012
1 parent 4decd7a commit 1074464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 1a2b750cddee1c06d01f84ef2c516b4997f88806
refs/heads/master: 9ac5de0c575ee10739fd1c1a4bcedab7b0dde631
2 changes: 0 additions & 2 deletions trunk/drivers/video/amifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,6 @@ static int round_down_bpp = 1; /* for mode probing */


static int amifb_ilbm = 0; /* interleaved or normal bitplanes */
static int amifb_inverse = 0;

static u32 amifb_hfmin __initdata; /* monitor hfreq lower limit (Hz) */
static u32 amifb_hfmax __initdata; /* monitor hfreq upper limit (Hz) */
Expand Down Expand Up @@ -2355,7 +2354,6 @@ static int __init amifb_setup(char *options)
if (!*this_opt)
continue;
if (!strcmp(this_opt, "inverse")) {
amifb_inverse = 1;
fb_invert_cmaps();
} else if (!strcmp(this_opt, "ilbm"))
amifb_ilbm = 1;
Expand Down

0 comments on commit 1074464

Please sign in to comment.