projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823eaa2
)
libertas: add missing newline on debug message
author
David Woodhouse
<dwmw2@infradead.org>
Wed, 12 Dec 2007 00:57:05 +0000
(19:57 -0500)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:06:57 +0000
(15:06 -0800)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/assoc.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/libertas/assoc.c
b/drivers/net/wireless/libertas/assoc.c
index bd9cfe118c44f003f0c171b456d51a4788be5635..a4b9756ebb7f6c7a8dfd75e95b64f5f7b8fba056 100644
(file)
--- a/
drivers/net/wireless/libertas/assoc.c
+++ b/
drivers/net/wireless/libertas/assoc.c
@@
-219,7
+219,7
@@
static int assoc_helper_channel(struct lbs_private *priv,
lbs_deb_assoc("ASSOC: channel: error getting channel.");
if (assoc_req->channel != priv->curbssparams.channel) {
- lbs_deb_assoc("ASSOC: channel: failed to update channel to %d",
+ lbs_deb_assoc("ASSOC: channel: failed to update channel to %d
\n
",
assoc_req->channel);
goto done;
}