Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3396
b: refs/heads/master
c: dbc6b5f
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 25, 2005
1 parent 7cbbad2 commit 809d67a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f25ad2d3b886e61d7ec03a3bdefc22871c14e9da
refs/heads/master: dbc6b5f55908d7351380bca69393f5839508ad3f
3 changes: 1 addition & 2 deletions trunk/drivers/char/istallion.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ static unsigned long stli_eisamemprobeaddrs[] = {
};

static int stli_eisamempsize = sizeof(stli_eisamemprobeaddrs) / sizeof(unsigned long);
int stli_eisaprobe = STLI_EISAPROBE;

/*
* Define the Stallion PCI vendor and device IDs.
Expand Down Expand Up @@ -4685,7 +4684,7 @@ static int stli_initbrds(void)
#ifdef MODULE
stli_argbrds();
#endif
if (stli_eisaprobe)
if (STLI_EISAPROBE)
stli_findeisabrds();
#ifdef CONFIG_PCI
stli_findpcibrds();
Expand Down

0 comments on commit 809d67a

Please sign in to comment.