mirror of https://github.com/torvalds/linux.git
[WHY & HOW] The comparisons of unsigned int with 0 can have no meanings, i.e. unsigned int >= 0 (always true) or unsigned int < 0 (always false), and therefore they are removed. This fixes 12 NO_EFFECT issues reported by Coverity. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Zaeem Mohamed <zaeem.mohamed@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
||
|---|---|---|
| .. | ||
| dce60 | ||
| dce80 | ||
| dce110 | ||
| dce120 | ||
| dcn10 | ||
| dcn20 | ||
| dcn21 | ||
| dcn30 | ||
| dcn32 | ||
| dcn315 | ||
| dcn401 | ||
| Makefile | ||
| ddc_regs.h | ||
| generic_regs.h | ||
| gpio_base.c | ||
| gpio_regs.h | ||
| gpio_service.c | ||
| gpio_service.h | ||
| hpd_regs.h | ||
| hw_ddc.c | ||
| hw_ddc.h | ||
| hw_factory.c | ||
| hw_factory.h | ||
| hw_generic.c | ||
| hw_generic.h | ||
| hw_gpio.c | ||
| hw_gpio.h | ||
| hw_hpd.c | ||
| hw_hpd.h | ||
| hw_translate.c | ||
| hw_translate.h | ||