From: Ansuel Smith <ansuelsmth@gmail.com> Date: 2021-11-23 15:45:20
Fix warning reported by bot.
Make sure hash is init to 0 and fix wrong logic for hash_type in
qca8k_lag_can_offload.
Reported-by: kernel test robot <redacted>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
---
drivers/net/dsa/qca8k.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Fix warning reported by bot.
Make sure hash is init to 0 and fix wrong logic for hash_type in
qca8k_lag_can_offload.
Reported-by: kernel test robot <redacted>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski [off-list ref]:
On Tue, 23 Nov 2021 16:44:46 +0100 you wrote:
Fix warning reported by bot.
Make sure hash is init to 0 and fix wrong logic for hash_type in
qca8k_lag_can_offload.
Reported-by: kernel test robot <redacted>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[...]