]> Pileus Git - ~andy/linux/blobdiff - drivers/tty/serial/pmac_zilog.c
Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[~andy/linux] / drivers / tty / serial / pmac_zilog.c
index 246b4c327a543a3ec2d2a6742b9c051b2782887b..481b781b26e370e23fea8d2088311562c15cde87 100644 (file)
@@ -1074,7 +1074,7 @@ static void pmz_convert_to_zs(struct uart_pmac_port *uap, unsigned int cflag,
                uap->curregs[5] |= Tx8;
                uap->parity_mask = 0xff;
                break;
-       };
+       }
        uap->curregs[4] &= ~(SB_MASK);
        if (cflag & CSTOPB)
                uap->curregs[4] |= SB2;