Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=91a0736531c3c8a6ce49ac2a0dec0c83125936e1
Commit:     91a0736531c3c8a6ce49ac2a0dec0c83125936e1
Parent:     531021f2ca681faf58f926771f85bb5c76f13eba
Author:     S.Çağlar Onur <[EMAIL PROTECTED]>
AuthorDate: Sun Feb 10 05:06:25 2008 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Feb 9 23:27:01 2008 -0800

    x25_asy.c: silence compiler warning
    
    Commit 11b0cc3a4af65413ca3bb5698769e091486e0b22 ("x25_asy: Fix ref count
    rule violation") introduced the warning
    
      drivers/net/wan/x25_asy.c: In function `x25_asy_open_tty':
      drivers/net/wan/x25_asy.c:557: warning: unused variable `ld'
    
    Signed-off-by: S.Çağlar Onur <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/net/wan/x25_asy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wan/x25_asy.c b/drivers/net/wan/x25_asy.c
index 5e2d763..0f8aca8 100644
--- a/drivers/net/wan/x25_asy.c
+++ b/drivers/net/wan/x25_asy.c
@@ -554,7 +554,6 @@ static void x25_asy_receive_buf(struct tty_struct *tty, 
const unsigned char *cp,
 static int x25_asy_open_tty(struct tty_struct *tty)
 {
        struct x25_asy *sl = (struct x25_asy *) tty->disc_data;
-       struct tty_ldisc *ld;
        int err;
 
        /* First make sure we're not already connected. */
-
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