* 2.6.9-rc3 compile erros
@ 2004-10-02 8:48 Eyal Lebedinsky
2004-10-02 17:24 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Eyal Lebedinsky @ 2004-10-02 8:48 UTC (permalink / raw)
To: linux-kernel list
[-- Attachment #1: Type: text/plain, Size: 289 bytes --]
I need DVB so I finaly made the move to 2.6[.9-rc3]. I get compile failures in two modules:
drivers/isdn/i4l/isdn_tty.c
drivers/net/wan/pc300_tty.c
Both look like careless typos - is 2,6 really stable by now?
--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>
[-- Attachment #2: 2.6.9-rc3.isdn_tty.patch --]
[-- Type: text/x-patch, Size: 466 bytes --]
--- linux/drivers/isdn/i4l/isdn_tty.c.orig 2004-10-02 01:05:10.000000000 +1000
+++ linux/drivers/isdn/i4l/isdn_tty.c 2004-10-02 01:05:27.000000000 +1000
@@ -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)))) {
[-- Attachment #3: 2.6.9-rc3.pc300_tty.patch --]
[-- Type: text/x-patch, Size: 450 bytes --]
--- linux/drivers/net/wan/pc300_tty.c.orig 2004-10-02 01:13:01.000000000 +1000
+++ linux/drivers/net/wan/pc300_tty.c 2004-10-02 01:13:41.000000000 +1000
@@ -704,7 +704,7 @@
ld = tty_ldisc_ref(cpc_tty);
if(ld)
{
- if (ld->receive_buf)) {
+ if (ld->receive_buf) {
CPC_TTY_DBG("%s: call line disc. receive_buf\n",cpc_tty->name);
ld->receive_buf(cpc_tty->tty, (char *)(buf->data), &flags, buf->size);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.9-rc3 compile erros
2004-10-02 8:48 2.6.9-rc3 compile erros Eyal Lebedinsky
@ 2004-10-02 17:24 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2004-10-02 17:24 UTC (permalink / raw)
To: Eyal Lebedinsky; +Cc: Linux Kernel Mailing List
On Sad, 2004-10-02 at 09:48, Eyal Lebedinsky wrote:
> I need DVB so I finaly made the move to 2.6[.9-rc3]. I get compile failures in two modules:
> drivers/isdn/i4l/isdn_tty.c
> drivers/net/wan/pc300_tty.c
>
> Both look like careless typos - is 2,6 really stable by now?
Both already fixed and pushed upstream. The tty patch contained a couple
of typos in pieces I couldn't compile/test. (or in the case of ISDN
forgot to).
Should all be rippled out by rc4, and given the fact every serial driver
had to change I don't think it was too bad
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-02 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-02 8:48 2.6.9-rc3 compile erros Eyal Lebedinsky
2004-10-02 17:24 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox