diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-11 19:57:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:06:57 -0500 |
commit | 88ae2915ccff97466e7a1e542f4a4d01c46b23f6 (patch) | |
tree | 74937c7aabd3efd6783cf2ffc18b00e1528918df /drivers/net/wireless/libertas | |
parent | 823eaa2cc261e3723772aa4aaa4d76c5815b117f (diff) |
libertas: add missing newline on debug message
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas')
-rw-r--r-- | drivers/net/wireless/libertas/assoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/assoc.c b/drivers/net/wireless/libertas/assoc.c index bd9cfe118c44..a4b9756ebb7f 100644 --- 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, | |||
219 | lbs_deb_assoc("ASSOC: channel: error getting channel."); | 219 | lbs_deb_assoc("ASSOC: channel: error getting channel."); |
220 | 220 | ||
221 | if (assoc_req->channel != priv->curbssparams.channel) { | 221 | if (assoc_req->channel != priv->curbssparams.channel) { |
222 | lbs_deb_assoc("ASSOC: channel: failed to update channel to %d", | 222 | lbs_deb_assoc("ASSOC: channel: failed to update channel to %d\n", |
223 | assoc_req->channel); | 223 | assoc_req->channel); |
224 | goto done; | 224 | goto done; |
225 | } | 225 | } |