]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
libertas: add missing newline on debug message
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 12 Dec 2007 00:57:05 +0000 (19:57 -0500)
committerDavid 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

index bd9cfe118c44f003f0c171b456d51a4788be5635..a4b9756ebb7f6c7a8dfd75e95b64f5f7b8fba056 100644 (file)
@@ -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;
        }