commit | 547c8788549460149f3b9fbacdc6a7f8ccecc27f | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Jun 30 08:33:04 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 01 15:30:34 2020 -0700 |
tree | 44f571d3f8cad08a11d006d21c0ec1c3949fc65b | |
parent | 8b97bcb7bb2629e0840c2bebdfff050f890caac9 [diff] |
net: ipa: HOL_BLOCK_EN_FMASK is a 1-bit mask The convention throughout the IPA driver is to directly use single-bit field mask values, rather than using (for example) u32_encode_bits() to set or clear them. Fix the one place that doesn't follow that convention, which sets HOL_BLOCK_EN_FMASK in ipa_endpoint_init_hol_block_enable(). Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>