Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290361
b: refs/heads/master
c: bedb2a1
h: refs/heads/master
i:
  290359: 892a0d9
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Feb 6, 2012
1 parent 56abc14 commit 3fff2a6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f0d4724b2a663089d21e19933ca591d842b63230
refs/heads/master: bedb2a18af0a4e7565182c07fadd854e3ae8c9bc
3 changes: 3 additions & 0 deletions trunk/drivers/ssb/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ int ssb_bus_scan(struct ssb_bus *bus,
bus->chip_package = 0;
}
}
ssb_printk(KERN_INFO PFX "Found chip with id 0x%04X, rev 0x%02X and "
"package 0x%02X\n", bus->chip_id, bus->chip_rev,
bus->chip_package);
if (!bus->nr_devices)
bus->nr_devices = chipid_to_nrcores(bus->chip_id);
if (bus->nr_devices > ARRAY_SIZE(bus->devices)) {
Expand Down

0 comments on commit 3fff2a6

Please sign in to comment.