Loading
net: hns3: using cpumask_copy when set value to cpumask_t
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9NZTZ CVE: NA ---------------------------------------------------------------------- It is supposed to using cpumask_copy when set value to cpumask_t instand of using "=" directly. Fixes: 434e657f ("net: hns3: add support configuring function-level interrupt affinity") Signed-off-by:Peiyang Wang <wangpeiyang1@huawei.com>