PATCH: fix typo in capi driver

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

  • Next message: Zwane Mwaikambo: "Re: [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3]"
    Date:	Thu, 30 Sep 2004 09:07:33 -0400
    To: linux-kernel@vger.kernel.org, torvalds@osdl.org
    
    

    I didn't have ISDN builds on in my tree for some reason hence missing these
    two from the tidy ups at the end. Marcel Holtmann also came up with the
    same fixes although I didnt find that email until I did these.

    --- drivers/isdn/capi/capi.c~ 2004-09-30 14:00:57.638067496 +0100
    +++ drivers/isdn/capi/capi.c 2004-09-30 14:00:57.639067344 +0100
    @@ -646,7 +646,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 {

    Signed-off-by: Alan Cox

    -
    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: Zwane Mwaikambo: "Re: [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3]"

    Relevant Pages