Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27480
b: refs/heads/master
c: 65eb2f9
h: refs/heads/master
v: v3
  • Loading branch information
Eric Hustvedt authored and Dave Airlie committed May 29, 2006
1 parent c6ea51a commit a78e1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f728377f6786bcdf1dbf33394360164e86f40094
refs/heads/master: 65eb2f97db17f6f6a92cad3aad93b531f991ebf1
2 changes: 1 addition & 1 deletion trunk/drivers/video/intelfb/intelfbdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ MODULE_PARM_DESC(mode,

#ifndef MODULE
#define OPT_EQUAL(opt, name) (!strncmp(opt, name, strlen(name)))
#define OPT_INTVAL(opt, name) simple_strtoul(opt + strlen(name), NULL, 0)
#define OPT_INTVAL(opt, name) simple_strtoul(opt + strlen(name) + 1, NULL, 0)
#define OPT_STRVAL(opt, name) (opt + strlen(name))

static __inline__ char *
Expand Down

0 comments on commit a78e1bb

Please sign in to comment.