Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b17d7234c7039b668739e1868f3d5544d79a4c0
Commit:     8b17d7234c7039b668739e1868f3d5544d79a4c0
Parent:     d8b0fb51ef1563c631d26cb649a5479b5cc4899c
Author:     Holger Schurig <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 8 11:09:30 2007 +0200
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:55:20 2007 -0700

    [PATCH] libertas: fix a debug statement
    
    Fix a debug statement
    
    Signed-off-by: Holger Schurig <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/libertas/cmdresp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/libertas/cmdresp.c 
b/drivers/net/wireless/libertas/cmdresp.c
index fe70e30..8f90892 100644
--- a/drivers/net/wireless/libertas/cmdresp.c
+++ b/drivers/net/wireless/libertas/cmdresp.c
@@ -148,7 +148,7 @@ static int wlan_ret_reg_access(wlan_private * priv,
                ret = -1;
        }
 
-       lbs_deb_enter_args(LBS_DEB_CMD, "ret %d", ret);
+       lbs_deb_leave_args(LBS_DEB_CMD, "ret %d", ret);
        return ret;
 }
 
-
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