1
0
Fork 0
alistair23-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 pcmcia: Convert pcmcia_device_id declarations to const 2011-05-06 07:46:22 +02:00
main.h
network.c ipwireless: don't oops if we run out of space 2012-11-15 16:53:15 -08:00
network.h
setup_protocol.h various: Fix spelling of "asynchronous" in comments. 2012-11-19 14:32:13 +01:00
tty.c tty: ipwireless: Remove tty->closing abort from ipw_open() 2014-07-10 16:06:49 -07:00
tty.h