diff options
-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 | } |