diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-03-07 13:05:00 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 12:55:48 -0800 |
commit | 58112dfbfe02d803566a2c6c8bd97b5fa3c62cdc (patch) | |
tree | 222a415d269089901e8ea1c1d1dd94b955c49169 /lib | |
parent | 48a7466f4dd0104d87a6d8dd0f25027be89c8453 (diff) |
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 'lib')
0 files changed, 0 insertions, 0 deletions