USB: serial: option: add WeTelecom WM-D200
[pandora-kernel.git] / drivers / tty / moxa.c
index d15a071..0174d2d 100644 (file)
@@ -1331,7 +1331,7 @@ static void moxa_start(struct tty_struct *tty)
        if (ch == NULL)
                return;
 
-       if (!(ch->statusflags & TXSTOPPED))
+       if (!test_bit(TXSTOPPED, &ch->statusflags))
                return;
 
        MoxaPortTxEnable(ch);