Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=88ae2915ccff97466e7a1e542f4a4d01c46b23f6
Commit:     88ae2915ccff97466e7a1e542f4a4d01c46b23f6
Parent:     823eaa2cc261e3723772aa4aaa4d76c5815b117f
Author:     David Woodhouse <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 11 19:57:05 2007 -0500
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:06:57 2008 -0800

    libertas: add missing newline on debug message
    
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 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 bd9cfe1..a4b9756 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,
                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;
        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to