Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ice: avoid signed/unsigned mismatch
This patch avoids warnings like the ones below emitted by MSVC: ../drivers/net/ice/ice_dcf_sched.c(177): warning C4018: '>=': signed/unsigned mismatch The fix is to explicitly cast the variables used in the comparison. Signed-off-by: Andre Muezerie <[email protected]> Acked-by: Bruce Richardson <[email protected]>
- Loading branch information