commit | 9b63f09378ff9df220d154a89910a3c0f8e036e6 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Jun 30 08:33:01 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 01 15:30:34 2020 -0700 |
tree | e604f22bc30bdf6bd3045615b06cdb30151c7159 | |
parent | f8d34dfdf3f32a40a18df3c160cb5ec8394e0fb8 [diff] |
net: ipa: metadata_mask register is RX only The INIT_HDR_METADATA_MASK endpoint configuration register is only valid for RX endpoints. Rather than writing a zero to that register for TX endpoints, avoid writing the register at all. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>