Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189031
b: refs/heads/master
c: 688328c
h: refs/heads/master
i:
  189029: 0628c17
  189027: 75737ba
  189023: bd9a45d
v: v3
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Mar 23, 2010
1 parent a312dd4 commit 8f5f15f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5fc05f8764f301138003ff562a31ad3721f1675f
refs/heads/master: 688328c7ec3cd0dc3b16342aeb045d28012cc955
4 changes: 2 additions & 2 deletions trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1246,8 +1246,8 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
int pci_func_id = PCI_FUNC(pdev->devfn);
uint8_t revision_id;

if (pdev->revision >= NX_P3_A0 && pdev->revision < NX_P3_B1) {
pr_warning("%s: chip revisions between 0x%x-0x%x"
if (pdev->revision >= NX_P3_A0 && pdev->revision <= NX_P3_B1) {
pr_warning("%s: chip revisions between 0x%x-0x%x "
"will not be enabled.\n",
module_name(THIS_MODULE), NX_P3_A0, NX_P3_B1);
return -ENODEV;
Expand Down

0 comments on commit 8f5f15f

Please sign in to comment.