Loading drivers/char/stallion.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -1788,7 +1788,6 @@ static void stl_offintr(struct work_struct *work) if (tty == NULL) if (tty == NULL) return; return; lock_kernel(); if (test_bit(ASYI_TXLOW, &portp->istate)) if (test_bit(ASYI_TXLOW, &portp->istate)) tty_wakeup(tty); tty_wakeup(tty); Loading @@ -1802,7 +1801,6 @@ static void stl_offintr(struct work_struct *work) if (portp->flags & ASYNC_CHECK_CD) if (portp->flags & ASYNC_CHECK_CD) tty_hangup(tty); /* FIXME: module removal race here - AKPM */ tty_hangup(tty); /* FIXME: module removal race here - AKPM */ } } unlock_kernel(); } } /*****************************************************************************/ /*****************************************************************************/ Loading Loading
drivers/char/stallion.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -1788,7 +1788,6 @@ static void stl_offintr(struct work_struct *work) if (tty == NULL) if (tty == NULL) return; return; lock_kernel(); if (test_bit(ASYI_TXLOW, &portp->istate)) if (test_bit(ASYI_TXLOW, &portp->istate)) tty_wakeup(tty); tty_wakeup(tty); Loading @@ -1802,7 +1801,6 @@ static void stl_offintr(struct work_struct *work) if (portp->flags & ASYNC_CHECK_CD) if (portp->flags & ASYNC_CHECK_CD) tty_hangup(tty); /* FIXME: module removal race here - AKPM */ tty_hangup(tty); /* FIXME: module removal race here - AKPM */ } } unlock_kernel(); } } /*****************************************************************************/ /*****************************************************************************/ Loading