Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eth: yt6801: donot assigning value of variable of type to itself
Fix follow compile errors with clang-19: drivers/net/ethernet/motorcomm/yt6801/fuxi-gmac-desc.c:478:14: error: explicitly assigning value of variable of type 'int' to itself [-Werror,-Wself-assign] 478 | start_index = start_index; | ~~~~~~~~~~~ ^ ~~~~~~~~~~~ 1 error generated. Signed-off-by: WangYuli <[email protected]>
- Loading branch information