mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 23:11:01 +00:00
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> |
||
|---|---|---|
| .. | ||
| hardware.c | ||
| hardware.h | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| network.c | ||
| network.h | ||
| setup_protocol.h | ||
| tty.c | ||
| tty.h | ||