public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Tom Duffy <Tom.Duffy@Sun.COM>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Karsten Keil <kkeil@suse.de>
Subject: Re: Linux 2.6.9-rc3
Date: Thu, 30 Sep 2004 07:14:29 +0200	[thread overview]
Message-ID: <1096521269.5181.1.camel@pegasus> (raw)
In-Reply-To: <415B93AC.3010502@sun.com>

[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]

Hi Tom,

> > Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and hopefully 
> > we're getting there now.
> 
>    CC [M]  drivers/isdn/capi/capi.o
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function 
> `handle_minor_send':
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:538:
> warning: cast from pointer to integer of different size
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function 
> `capi_recv_message':
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> error: `tty' undeclared (first use in this function)
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> error: (Each undeclared identifier is reported only once
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> error: for each function it appears in.)
> make[4]: *** [drivers/isdn/capi/capi.o] Error 1
> make[3]: *** [drivers/isdn/capi] Error 2
> make[2]: *** [drivers/isdn] Error 2
> make[1]: *** [drivers] Error 2
> make: *** [_all] Error 2

the attached patch should fix it.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Regards

Marcel


[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 864 bytes --]

===== drivers/isdn/capi/capi.c 1.59 vs edited =====
--- 1.59/drivers/isdn/capi/capi.c	2004-09-29 17:03:13 +02:00
+++ edited/drivers/isdn/capi/capi.c	2004-09-30 00:57:58 +02:00
@@ -646,7 +650,7 @@
 		kfree_skb(skb);
 		(void)capiminor_del_ack(mp, datahandle);
 		if (mp->tty)
-			tty_wakeup(tty);
+			tty_wakeup(mp->tty);
 		(void)handle_minor_send(mp);
 
 	} else {
===== drivers/isdn/i4l/isdn_tty.c 1.60 vs edited =====
--- 1.60/drivers/isdn/i4l/isdn_tty.c	2004-09-29 17:02:20 +02:00
+++ edited/drivers/isdn/i4l/isdn_tty.c	2004-09-30 00:59:48 +02:00
@@ -2673,7 +2673,7 @@
 		if ((info->flags & ISDN_ASYNC_CLOSING) || (!info->tty)) {
 			return;
 		}
-		tty_ldisc_flush(tty);
+		tty_ldisc_flush(info->tty);
 		if ((info->flags & ISDN_ASYNC_CHECK_CD) &&
 		    (!((info->flags & ISDN_ASYNC_CALLOUT_ACTIVE) &&
 		       (info->flags & ISDN_ASYNC_CALLOUT_NOHUP)))) {

  reply	other threads:[~2004-09-30  5:15 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-30  3:37 Linux 2.6.9-rc3 Linus Torvalds
2004-09-30  4:53 ` Markus T.
2004-09-30  4:59   ` Tom Duffy
2004-09-30  5:02   ` Gene Heskett
2004-09-30  6:29     ` Clemens Schwaighofer
2004-09-30  7:30       ` James Bruce
2004-09-30  7:33         ` Clemens Schwaighofer
2004-09-30 15:53         ` Ingo Saitz
2004-09-30 20:27       ` Gene Heskett
2004-09-30 21:55         ` Jeff Garzik
2004-10-01  0:42           ` Clemens Schwaighofer
2004-10-01  3:30             ` Gene Heskett
2004-10-01  3:34               ` Clemens Schwaighofer
2004-10-01  4:01                 ` Gene Heskett
2004-10-01  4:05                   ` Clemens Schwaighofer
2004-10-01  4:06                 ` Gene Heskett
2004-10-01  3:17           ` Gene Heskett
2004-10-01  5:44             ` Christian Hesse
2004-09-30 18:58     ` Bill Davidsen
2004-09-30 20:32       ` Gene Heskett
2004-09-30  5:03 ` Tom Duffy
2004-09-30  5:14   ` Marcel Holtmann [this message]
2004-09-30  5:33     ` Tom Duffy
2004-09-30  5:20   ` Gene Heskett
2004-09-30  5:24     ` Marcel Holtmann
2004-09-30 20:41       ` Gene Heskett
2004-09-30 14:13 ` Linux 2.6.9-rc3 (compile stats) John Cherry
2004-09-30 19:03 ` Linux 2.6.9-rc3 Bill Davidsen
2004-10-01 13:49 ` [PATCH] tty fall-out (was: Re: Linux 2.6.9-rc3) Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2004-09-30 15:38 Linux 2.6.9-rc3 Tim Krieglstein
     [not found] <2K07b-1Ez-3@gated-at.bofh.it>
     [not found] ` <2Kh8e-5H2-23@gated-at.bofh.it>
     [not found]   ` <2KjMz-6E6-17@gated-at.bofh.it>
     [not found]     ` <2Kmr3-9n-1@gated-at.bofh.it>
2004-10-01 12:36       ` Pascal Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1096521269.5181.1.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=Tom.Duffy@Sun.COM \
    --cc=kkeil@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox