On Sun, 2014-10-26 at 22:24 -0700, Joe Perches wrote:
> 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
Acked-by: Vishal Verma
> ---
> drivers
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
---
drivers/block/nvme-scsi.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --gi
2 matches
Mail list logo