Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156892
b: refs/heads/master
c: 5e33b71
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Aug 10, 2009
1 parent d258501 commit e65021c
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: 418372b0ab7a3bbcc59d71e8e4d322ef18263dab
refs/heads/master: 5e33b719c8fcccfedc1d25167826a0f93fe6c5a1
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcnet32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ pcnet32_probe1(unsigned long ioaddr, int shared, struct pci_dev *pdev)
lp->chip_version = chip_version;
lp->msg_enable = pcnet32_debug;
if ((cards_found >= MAX_UNITS)
|| (options[cards_found] > sizeof(options_mapping)))
|| (options[cards_found] >= sizeof(options_mapping)))
lp->options = PCNET32_PORT_ASEL;
else
lp->options = options_mapping[options[cards_found]];
Expand Down

0 comments on commit e65021c

Please sign in to comment.