commit | 90ea1e34548e36e800b1c9699885167f9b3e9ff0 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon May 02 02:47:25 2011 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon May 02 02:47:25 2011 +0200 |
tree | a5a51a5ad17fadadcdb28df894f1c42f6585f510 | |
parent | fcbc641fe36a2ceff334362cc6ba62b000c842a5 [diff] |
setserial: small fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/setserial.c b/miscutils/setserial.c index 501beaa..2951b98 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c
@@ -687,7 +687,7 @@ case CMD_SPD_SHI: case CMD_SPD_WARP: case CMD_SPD_CUST: - serinfo.flags &= ASYNC_SPD_MASK; + serinfo.flags &= ~ASYNC_SPD_MASK; /* fallthrough */ case CMD_FLAG_SAK: case CMD_FLAG_FOURPORT: