On 10/23/2024 8:12 AM, Jie Hai wrote: > If register number obtained from firmware is different from the > register list driver hold, an error log occurs. The incorrect > use of `&&` makes this log inaccurate, change it to `&`. > > Signed-off-by: Jie Hai <haij...@huawei.com> >
Fixes: 99d3bd8b85d3 ("net/hns3: support filtering registers by module names") Applied to dpdk-next-net/main, thanks.