Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315567
b: refs/heads/master
c: c334e25
h: refs/heads/master
i:
  315565: 82bebf1
  315563: 9300a9c
  315559: bc9a8ec
  315551: 19a28c4
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jul 12, 2012
1 parent 8b94680 commit b0c635a
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: e1ac4b409037b128f9a3eca3b3ab5dbbb71a7e6f
refs/heads/master: c334e25c9f3a95f2bd6b79fedc5170f17245b1c7
4 changes: 2 additions & 2 deletions trunk/drivers/bcma/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ int bcma_bus_scan(struct bcma_bus *bus)
core->id.manuf, core->id.id, core->id.rev,
core->id.class);

list_add(&core->list, &bus->cores);
list_add_tail(&core->list, &bus->cores);
}

if (bus->hosttype == BCMA_HOSTTYPE_SOC)
Expand Down Expand Up @@ -546,7 +546,7 @@ int __init bcma_bus_scan_early(struct bcma_bus *bus,
core->id.manuf, core->id.id, core->id.rev,
core->id.class);

list_add(&core->list, &bus->cores);
list_add_tail(&core->list, &bus->cores);
err = 0;
break;
}
Expand Down

0 comments on commit b0c635a

Please sign in to comment.