Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eth: bzwx: ne6x_vf: break when ETH_SS_TEST
Fix follow error with clang-19: drivers/net/ethernet/bzwx/nce/ne6x_vf/ne6xvf_ethtool.c:211:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] 211 | default: | ^ drivers/net/ethernet/bzwx/nce/ne6x_vf/ne6xvf_ethtool.c:211:2: note: insert 'break;' to avoid fall-through 211 | default: | ^ | break; 1 error generated. Signed-off-by: WangYuli <[email protected]>
- Loading branch information