Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185183
b: refs/heads/master
c: a357e77
h: refs/heads/master
i:
  185181: b5ebd47
  185179: 4d06a03
  185175: 0289ced
  185167: d4ce891
  185151: 4d178c6
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 5e7eb58 commit ae27452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e091751cdb2c28f9f25041be0dcb4d33e4a833d
refs/heads/master: a357e777b5982d5f460a2783d697a8a90d497348
6 changes: 0 additions & 6 deletions trunk/drivers/char/cyclades.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ae27452

Please sign in to comment.