Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119406
b: refs/heads/master
c: eff79ae
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Ingo Molnar committed Nov 25, 2008
1 parent 97f7f4d commit 137c93c
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: 5cf02b7bafddb6c3c16ddfb23d3ce187f70528ba
refs/heads/master: eff79aee91dd07e944df65fa448c8baeee7709d8
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/pci-calgary_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ static int __init calgary_parse_options(char *p)
++p;
if (*p == '\0')
break;
bridge = simple_strtol(p, &endp, 0);
bridge = simple_strtoul(p, &endp, 0);
if (p == endp)
break;

Expand Down

0 comments on commit 137c93c

Please sign in to comment.