]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: fix u32_replace_bits by u32p_xxx version
authorVadym Kochan <vadym.kochan@plvision.eu>
Thu, 10 Sep 2020 15:41:52 +0000 (18:41 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Sep 2020 00:28:48 +0000 (17:28 -0700)
commit7ff3ed0fdb25b27e794de9dc167c4453ff478c0f
tree246d77ad6f0010db52b329c10d7a093f89cba216
parent9040ee553c3a931cb9a95a988867f4d413d80730
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: 8ad6bc32edb4 ("soc: qcom: ipa: filter and routing tables")
Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_table.c