diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2009-11-19 14:40:46 -0600 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-23 17:05:28 -0500 |
commit | ac2752c145c6dd25b8ed26bfede1c9177c91a7ef (patch) | |
tree | 8839ee26249ea5d08b088e15d732715f4ce3e6ff /drivers/ssb/scan.c | |
parent | 25f94aeaa3b20e804efbea0fe74d75bb15ecde4a (diff) | |
download | linux-3.10-ac2752c145c6dd25b8ed26bfede1c9177c91a7ef.tar.gz linux-3.10-ac2752c145c6dd25b8ed26bfede1c9177c91a7ef.tar.bz2 linux-3.10-ac2752c145c6dd25b8ed26bfede1c9177c91a7ef.zip |
ssb: Unconditionally log results of core scans
At present, the results of an SSB core scan are only logged when
CONFIG_SSB_DEBUG is "y". As this may not be set in a distro kernel,
it is difficult interpret many problems posted in bug reports or in
help forums.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb/scan.c')
-rw-r--r-- | drivers/ssb/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ssb/scan.c b/drivers/ssb/scan.c index e8b89e8ac9b..0d6c0280eb3 100644 --- a/drivers/ssb/scan.c +++ b/drivers/ssb/scan.c @@ -354,7 +354,7 @@ int ssb_bus_scan(struct ssb_bus *bus, dev->bus = bus; dev->ops = bus->ops; - ssb_dprintk(KERN_INFO PFX + printk(KERN_DEBUG PFX "Core %d found: %s " "(cc 0x%03X, rev 0x%02X, vendor 0x%04X)\n", i, ssb_core_name(dev->id.coreid), |