diff --git a/[refs] b/[refs] index 976e53cda507..29dfebe58a90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e091751cdb2c28f9f25041be0dcb4d33e4a833d +refs/heads/master: a357e777b5982d5f460a2783d697a8a90d497348 diff --git a/trunk/drivers/char/cyclades.c b/trunk/drivers/char/cyclades.c index 4254457d3911..274e9651fa36 100644 --- a/trunk/drivers/char/cyclades.c +++ b/trunk/drivers/char/cyclades.c @@ -598,12 +598,6 @@ static void cyy_chip_tx(struct cyclades_card *cinfo, unsigned int chip, save_car = readb(base_addr + (CyCAR << index)); cy_writeb(base_addr + (CyCAR << index), save_xir); - /* validate the port# (as configured and open) */ - if (channel + chip * 4 >= cinfo->nports) { - cy_writeb(base_addr + (CySRER << index), - readb(base_addr + (CySRER << index)) & ~CyTxRdy); - goto end; - } info = &cinfo->ports[channel + chip * 4]; tty = tty_port_tty_get(&info->port); if (tty == NULL) {