Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368347
b: refs/heads/master
c: 10419d0
h: refs/heads/master
i:
  368345: 845b467
  368343: 2a09e2d
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Mar 6, 2013
1 parent b6eef87 commit 85d7bda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a703ab5fba5b00292c1e7e964783c304f43fef7
refs/heads/master: 10419d08b96e58e140ca44293ee941973396adee
5 changes: 5 additions & 0 deletions trunk/drivers/bcma/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ static int bcma_register_cores(struct bcma_bus *bus)
continue;
}

/* Only first GMAC core on BCM4706 is connected and working */
if (core->id.id == BCMA_CORE_4706_MAC_GBIT &&
core->core_unit > 0)
continue;

core->dev.release = bcma_release_core_dev;
core->dev.bus = &bcma_bus_type;
dev_set_name(&core->dev, "bcma%d:%d", bus->num, dev_id);
Expand Down

0 comments on commit 85d7bda

Please sign in to comment.