commit | 11623fce0f9afef30c45e3f2120b063de3809a8f | [log] [tgz] |
---|---|---|
author | Quan Nguyen <qnguyen@apm.com> | Wed Mar 15 13:27:17 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 15 21:52:52 2017 -0700 |
tree | 298412b85755c030ec6f1b00e96652636c4d3cf2 | |
parent | e026e700d940a1ea3d3bc84d92ac668b1f015462 [diff] |
drivers: net: xgene: Fix wrong logical operation This patch fixes the wrong logical OR operation by changing it to bit-wise OR operation. Fixes: 3bb502f83080 ("drivers: net: xgene: fix statistics counters race condition") Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: Quan Nguyen <qnguyen@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>