From: Dan Carpenter Date: Wed, 7 Mar 2012 10:05:00 +0000 (+0300) Subject: tty: moxa: fix bit test in moxa_start() X-Git-Tag: v3.4-rc1~185^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58112dfbfe02d803566a2c6c8bd97b5fa3c62cdc;p=pandora-kernel.git 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 Acked-by: Jiri Slaby Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed