b43-dev.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting
@ 2011-02-16 12:58 Rafał Miłecki
  2011-02-16 12:58 ` [PATCH 2/2] ssb: remove invalid define SSB_TMSLOW_PHYCLK Rafał Miłecki
  2011-02-16 22:20 ` [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Michael Büsch
  0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2011-02-16 12:58 UTC (permalink / raw)
  To: Michael Büsch, linux-wireless, John W. Linville
  Cc: b43-dev, Rafał Miłecki

Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
---
 drivers/ssb/pci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ssb/pci.c b/drivers/ssb/pci.c
index 158449e..127897c 100644
--- a/drivers/ssb/pci.c
+++ b/drivers/ssb/pci.c
@@ -641,7 +641,7 @@ static int sprom_extract(struct ssb_bus *bus, struct ssb_sprom *out,
 		break;
 	default:
 		ssb_printk(KERN_WARNING PFX "Unsupported SPROM"
-			   "  revision %d detected. Will extract"
+			   " revision %d detected. Will extract"
 			   " v1\n", out->revision);
 		out->revision = 1;
 		sprom_extract_r123(out, in);
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-16 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 12:58 [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Rafał Miłecki
2011-02-16 12:58 ` [PATCH 2/2] ssb: remove invalid define SSB_TMSLOW_PHYCLK Rafał Miłecki
2011-02-16 22:20 ` [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Michael Büsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).