commit | 58112dfbfe02d803566a2c6c8bd97b5fa3c62cdc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Mar 07 13:05:00 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 12:55:48 2012 -0800 |
tree | 222a415d269089901e8ea1c1d1dd94b955c49169 | |
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>