Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163805
b: refs/heads/master
c: 1607aca
h: refs/heads/master
i:
  163803: 5cd5fd6
v: v3
  • Loading branch information
Roel Kluin authored and Live-CD User committed Sep 19, 2009
1 parent 70e9a3e commit d68d8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 60479ed59444de658d25c4d4000fa45b61b491a3
refs/heads/master: 1607acaec38319c5e0b48a3586c00e667e920a0d
2 changes: 1 addition & 1 deletion trunk/drivers/serial/icom.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ static void shutdown(struct icom_port *icom_port)
* disable break condition
*/
cmdReg = readb(&icom_port->dram->CmdReg);
if ((cmdReg | CMD_SND_BREAK) == CMD_SND_BREAK) {
if (cmdReg & CMD_SND_BREAK) {
writeb(cmdReg & ~CMD_SND_BREAK, &icom_port->dram->CmdReg);
}
}
Expand Down

0 comments on commit d68d8d5

Please sign in to comment.