linux/drivers/tty/ipwireless
Joe Perches 7e041abf79 tty: ipwireless: Fix probable mask then right shift defects
Precedence of & and >> is not the same and is not left to right.
shift has higher precedence and should be done after the mask.

Add parentheses around the masks.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David Sterba <dsterba@suse.cz>
Reviewed-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-05 20:06:33 -08:00
..
Makefile
hardware.c tty: ipwireless: Fix probable mask then right shift defects 2014-11-05 20:06:33 -08:00
hardware.h
main.c
main.h
network.c
network.h
setup_protocol.h
tty.c tty: ipwireless: Remove tty->closing abort from ipw_open() 2014-07-10 16:06:49 -07:00
tty.h