lkml.org 
[lkml]   [2008]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Patch] um: fix a build error
> Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
>
> --- linux-2.6/arch/um/drivers/line.c.orig 2008-07-22 12:06:17.000000000 +0200
> +++ linux-2.6/arch/um/drivers/line.c 2008-07-22 12:06:49.000000000 +0200
> @@ -362,10 +362,8 @@ static irqreturn_t line_write_interrupt(
> if (tty == NULL)
> return IRQ_NONE;
>
> - if (test_bit(TTY_DO_WRITE_WAKEUP, &tty->flags) &&
> - (tty->ldisc.write_wakeup != NULL))
> - (tty->ldisc.write_wakeup)(tty);
> -
> + if (test_bit(TTY_DO_WRITE_WAKEUP, &tty->flags))
> + tty_wakeup(tty);

Sorry I should have been clearer - you don't want the test_bit either.

Acked-by: Alan Cox <alan@redhat.com>

however as it is still right but you can stick my Ack on a version
without the if too.


\
 
 \ /
  Last update: 2008-07-22 13:13    [W:0.570 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site