lkml.org 
[lkml]   [2004]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
Subject2.6.9-rc3 compile erros
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/>
--- 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)))) {--- 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);
}
\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.028 / U:0.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site