Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203661
b: refs/heads/master
c: 2e4e7a9
h: refs/heads/master
i:
  203659: acddf81
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David S. Miller committed Jul 21, 2010
1 parent a1deb1a commit 71ac009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 2037d5aa2551267184284188efdec4742f7218fa
refs/heads/master: 2e4e7a97edcd58ce6e5be7cbb65fc4263f65e0bf
5 changes: 1 addition & 4 deletions trunk/drivers/net/irda/smsc-ircc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2848,9 +2848,7 @@ static int __init smsc_ircc_preconfigure_subsystems(unsigned short ircc_cfg,
unsigned short ss_device = 0x0000;
int ret = 0;

dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev);

while (dev != NULL) {
for_each_pci_dev(dev) {
struct smsc_ircc_subsystem_configuration *conf;

/*
Expand Down Expand Up @@ -2899,7 +2897,6 @@ static int __init smsc_ircc_preconfigure_subsystems(unsigned short ircc_cfg,
ret = -ENODEV;
}
}
dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev);
}

return ret;
Expand Down

0 comments on commit 71ac009

Please sign in to comment.