PATCH: Fix typo in final changes to old i4l tty code

From: Alan Cox (alan_at_redhat.com)
Date: 09/30/04

  • Next message: Alan Cox: "PATCH: fix typo in capi driver"
    Date:	Thu, 30 Sep 2004 08:58:18 -0400
    To: linux-kernel@vger.kernel.org, torvalds@osdl.org
    
    

    --- drivers/isdn/i4l/isdn_tty.c~ 2004-09-30 13:56:48.426953344 +0100
    +++ drivers/isdn/i4l/isdn_tty.c 2004-09-30 13:56:48.426953344 +0100
    @@ -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)))) {
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Alan Cox: "PATCH: fix typo in capi driver"