Skip to content
Commit c047dc1d authored by Vadym Kochan's avatar Vadym Kochan Committed by David S. Miller
Browse files

net: ipa: fix u32_replace_bits by u32p_xxx version



Looks like u32p_replace_bits() should be used instead of
u32_replace_bits() which does not modifies the value but returns the
modified version.

Fixes: 2b9feef2 ("soc: qcom: ipa: filter and routing tables")
Signed-off-by: default avatarVadym Kochan <vadym.kochan@plvision.eu>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a1b80e01
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment