Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8396
b: refs/heads/master
c: 0c5719c
h: refs/heads/master
v: v3
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Sep 10, 2005
1 parent 9f5c474 commit 609403e
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: 46308c0bbbb066305e0798a2fa03328467a3c7d6
refs/heads/master: 0c5719c43d34073f6b4b0a2dd99f5317a5f63abd
4 changes: 2 additions & 2 deletions trunk/drivers/net/tulip/de4x5.c
Original file line number Diff line number Diff line change
Expand Up @@ -2144,9 +2144,9 @@ srom_search(struct net_device *dev, struct pci_dev *pdev)
u_long iobase = 0; /* Clear upper 32 bits in Alphas */
int i, j, cfrv;
struct de4x5_private *lp = netdev_priv(dev);
struct list_head *walk = &pdev->bus_list;
struct list_head *walk;

for (walk = walk->next; walk != &pdev->bus_list; walk = walk->next) {
list_for_each(walk, &pdev->bus_list) {
struct pci_dev *this_dev = pci_dev_b(walk);

/* Skip the pci_bus list entry */
Expand Down

0 comments on commit 609403e

Please sign in to comment.