RE: [PATCH 07/11] iwlwifi: dvm: Fix probable mask then right shift defect

From: Grumbach, Emmanuel
Date: Mon Oct 27 2014 - 02:14:52 EST


>
> 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 mask.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> ---

Applied - thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/