diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-03-07 11:05:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 21:55:48 +0100 |
commit | 58112dfbfe02d803566a2c6c8bd97b5fa3c62cdc (patch) | |
tree | 222a415d269089901e8ea1c1d1dd94b955c49169 /drivers/md | |
parent | TTY: isdn/gigaset, use tty_port (diff) | |
download | linux-58112dfbfe02d803566a2c6c8bd97b5fa3c62cdc.tar.xz linux-58112dfbfe02d803566a2c6c8bd97b5fa3c62cdc.zip |
tty: moxa: fix bit test in moxa_start()
This is supposed to be doing a shift before the comparison instead of
just doing a bitwise AND directly. The current code means the start()
just returns without doing anything.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions